Html Css Color HEX #35AA8C Niagara

📋 copy color: '#35AA8C'

red 53 ◦ green 170 ◦ blue 140

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

Shades of Niagara #35AA8C

Tints of Niagara #35AA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 14.6%
G = 46.83%
B = 38.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#35AA8C (or 0x35AA8C) is known color: Niagara. HEX triplet: 35, AA and 8C. RGB value is (53,170,140). Sum of RGB (Red+Green+Blue) = 53+170+140=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AA8C is #CA5573. Grayscale: #838383. Windows color (decimal): -13260148 or 9218613. OLE color: 9218613.

HSL color Cylindrical-coordinate representation of color #35AA8C: hue angle of 164.62º 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 #35AA8C is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 170 140 -
CMYK 0.69 0 0.18 0.33
HSL 164.62º 0.52% 0.44% -
HSV(B) 164.62º 0.69% 0.67% -
XYZ 20.58 31.4 29.79 -
YUV 131.6 132.74 71.94 -
System Red Green Blue C M Y K H S L
Decimal 53 170 140 0.69 0 0.18 0.33 164.62 0.52 0.44
Hex 35 AA 8C 45 0 12 21 A5 34 2C
Octal 65 252 214 105 0 22 41 245 64 54
Binary 110101 10101010 10001100 1000101 0 10010 100001 10100101 110100 101100

Color Harmonies of #35AA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AA8C

Black with #35AA8C

Text Example


Text Example

White with #35AA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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