Html Css Color HEX #35B59E Niagara

📋 copy color: '#35B59E'

red 53 ◦ green 181 ◦ blue 158

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

Shades of Niagara #35B59E

Tints of Niagara #35B59E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.17%

 BLUE value IS 158 (62.11% from 255) = 40.31%

R = 13.52%
G = 46.17%
B = 40.31%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#35B59E (or 0x35B59E) is known color: Niagara. HEX triplet: 35, B5 and 9E. RGB value is (53,181,158). Sum of RGB (Red+Green+Blue) = 53+181+158=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #35B59E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B59E is #CA4A61. Grayscale: #8C8C8C. Windows color (decimal): -13257314 or 10401077. OLE color: 10401077.

HSL color Cylindrical-coordinate representation of color #35B59E: hue angle of 169.22º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B59E is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 53 181 158 -
CMYK 0.71 0 0.13 0.29
HSL 169.22º 0.55% 0.46% -
HSV(B) 169.22º 0.71% 0.71% -
XYZ 24.16 36.27 38.08 -
YUV 140.11 138.09 65.87 -
System Red Green Blue C M Y K H S L
Decimal 53 181 158 0.71 0 0.13 0.29 169.22 0.55 0.46
Hex 35 B5 9E 47 0 D 1D A9 37 2E
Octal 65 265 236 107 0 15 35 251 67 56
Binary 110101 10110101 10011110 1000111 0 1101 11101 10101001 110111 101110

Color Harmonies of #35B59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B59E

Black with #35B59E

Text Example


Text Example

White with #35B59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,181,158); }

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

background-color css

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

 a { background-color: rgb(53,181,158); }

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

border-color css

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

 span { border-color: rgb(53,181,158); }

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