Html Css Color HEX #35A992 Niagara

📋 copy color: '#35A992'

red 53 ◦ green 169 ◦ blue 146

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

Shades of Niagara #35A992

Tints of Niagara #35A992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.92%

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 14.4%
G = 45.92%
B = 39.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#35A992 (or 0x35A992) is known color: Niagara. HEX triplet: 35, A9 and 92. RGB value is (53,169,146). Sum of RGB (Red+Green+Blue) = 53+169+146=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 169 - color contains mainly: green. Hex color #35A992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A992 is #CA566D. Grayscale: #838383. Windows color (decimal): -13260398 or 9611573. OLE color: 9611573.

HSL color Cylindrical-coordinate representation of color #35A992: hue angle of 168.1º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35A992 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 53 169 146 -
CMYK 0.69 0 0.14 0.34
HSL 168.1º 0.52% 0.44% -
HSV(B) 168.1º 0.69% 0.66% -
XYZ 20.84 31.21 32.12 -
YUV 131.69 136.07 71.87 -
System Red Green Blue C M Y K H S L
Decimal 53 169 146 0.69 0 0.14 0.34 168.1 0.52 0.44
Hex 35 A9 92 45 0 E 22 A8 34 2C
Octal 65 251 222 105 0 16 42 250 64 54
Binary 110101 10101001 10010010 1000101 0 1110 100010 10101000 110100 101100

Color Harmonies of #35A992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A992

Black with #35A992

Text Example


Text Example

White with #35A992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,169,146); }

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

background-color css

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

 a { background-color: rgb(53,169,146); }

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

border-color css

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

 span { border-color: rgb(53,169,146); }

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