Html Css Color HEX #35AA9A Niagara

📋 copy color: '#35AA9A'

red 53 ◦ green 170 ◦ blue 154

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

Shades of Niagara #35AA9A

Tints of Niagara #35AA9A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.09%

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 14.06%
G = 45.09%
B = 40.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#35AA9A (or 0x35AA9A) is known color: Niagara. HEX triplet: 35, AA and 9A. RGB value is (53,170,154). Sum of RGB (Red+Green+Blue) = 53+170+154=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AA9A is #CA5565. Grayscale: #858585. Windows color (decimal): -13260134 or 10136117. OLE color: 10136117.

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

Color convert

RGB 53 170 154 -
CMYK 0.69 0 0.09 0.33
HSL 171.79º 0.52% 0.44% -
HSV(B) 171.79º 0.69% 0.67% -
XYZ 21.68 31.84 35.58 -
YUV 133.19 139.74 70.8 -
System Red Green Blue C M Y K H S L
Decimal 53 170 154 0.69 0 0.09 0.33 171.79 0.52 0.44
Hex 35 AA 9A 45 0 9 21 AC 34 2C
Octal 65 252 232 105 0 11 41 254 64 54
Binary 110101 10101010 10011010 1000101 0 1001 100001 10101100 110100 101100

Color Harmonies of #35AA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AA9A

Black with #35AA9A

Text Example


Text Example

White with #35AA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,170,154); }

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

background-color css

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

 a { background-color: rgb(53,170,154); }

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

border-color css

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

 span { border-color: rgb(53,170,154); }

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