Html Css Color HEX #35B093 Niagara

📋 copy color: '#35B093'

red 53 ◦ green 176 ◦ blue 147

#35B093
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #35B093

Tints of Niagara #35B093

RGB

 RED value IS 53 (21.09% from 255) = 14.1%

 GREEN value IS 176 (69.14% from 255) = 46.81%

 BLUE value IS 147 (57.81% from 255) = 39.1%

R = 14.1%
G = 46.81%
B = 39.1%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#35B093 (or 0x35B093) is known color: Niagara. HEX triplet: 35, B0 and 93. RGB value is (53,176,147). Sum of RGB (Red+Green+Blue) = 53+176+147=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #35B093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35B093 is #CA4F6C. Grayscale: #878787. Windows color (decimal): -13258605 or 9678901. OLE color: 9678901.

HSL color Cylindrical-coordinate representation of color #35B093: hue angle of 165.85º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B093 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 176 147 -
CMYK 0.70 0 0.16 0.31
HSL 165.85º 0.54% 0.45% -
HSV(B) 165.85º 0.7% 0.69% -
XYZ 22.26 33.91 32.98 -
YUV 135.92 134.25 68.86 -
System Red Green Blue C M Y K H S L
Decimal 53 176 147 0.70 0 0.16 0.31 165.85 0.54 0.45
Hex 35 B0 93 46 0 10 1F A6 36 2D
Octal 65 260 223 106 0 20 37 246 66 55
Binary 110101 10110000 10010011 1000110 0 10000 11111 10100110 110110 101101

Color Harmonies of #35B093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B093

Black with #35B093

Text Example


Text Example

White with #35B093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35B093; }

 p { color: rgb(53,176,147); }

 H1.HeaderClassName
 {
   color: #35B093;
 }
 .AnyTagClassName
 {
   color: #35B093;
 }
</style>

background-color css

<style>
 a { background-color: #35B093; }

 a { background-color: rgb(53,176,147); }

 div.DivClassName
 {
   background-color: #35B093;
 }
 .BgClassName
 {
   background-color: #35B093;
 }
</style>

border-color css

<style>
 span { border-color: #35B093; }

 span { border-color: rgb(53,176,147); }

 td.TdClassName
 {
   border-color: #35B093;
 }
 .TagClassName
 {
   border-color: #35B093;
 }
</style>