Html Css Color HEX #35AB9A Niagara

📋 copy color: '#35AB9A'

red 53 ◦ green 171 ◦ blue 154

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

Shades of Niagara #35AB9A

Tints of Niagara #35AB9A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.24%

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

R = 14.02%
G = 45.24%
B = 40.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#35AB9A (or 0x35AB9A) is known color: Niagara. HEX triplet: 35, AB and 9A. RGB value is (53,171,154). Sum of RGB (Red+Green+Blue) = 53+171+154=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AB9A is #CA5465. Grayscale: #858585. Windows color (decimal): -13259878 or 10136373. OLE color: 10136373.

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

Color convert

RGB 53 171 154 -
CMYK 0.69 0 0.10 0.33
HSL 171.36º 0.53% 0.44% -
HSV(B) 171.36º 0.69% 0.67% -
XYZ 21.86 32.22 35.64 -
YUV 133.78 139.41 70.38 -
System Red Green Blue C M Y K H S L
Decimal 53 171 154 0.69 0 0.10 0.33 171.36 0.53 0.44
Hex 35 AB 9A 45 0 A 21 AB 35 2C
Octal 65 253 232 105 0 12 41 253 65 54
Binary 110101 10101011 10011010 1000101 0 1010 100001 10101011 110101 101100

Color Harmonies of #35AB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AB9A

Black with #35AB9A

Text Example


Text Example

White with #35AB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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