Html Css Color HEX #209E8A Niagara

📋 copy color: '#209E8A'

red 32 ◦ green 158 ◦ blue 138

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

Shades of Niagara #209E8A

Tints of Niagara #209E8A

RGB

 RED value IS 32 (12.89% from 255) = 9.76%

 GREEN value IS 158 (62.11% from 255) = 48.17%

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 9.76%
G = 48.17%
B = 42.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#209E8A (or 0x209E8A) is known color: Niagara. HEX triplet: 20, 9E and 8A. RGB value is (32,158,138). Sum of RGB (Red+Green+Blue) = 32+158+138=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 158 - color contains mainly: green. Hex color #209E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209E8A is #DF6175. Grayscale: #767676. Windows color (decimal): -14639478 or 9084448. OLE color: 9084448.

HSL color Cylindrical-coordinate representation of color #209E8A: hue angle of 170.48º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209E8A is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 158 138 -
CMYK 0.80 0 0.13 0.38
HSL 170.48º 0.66% 0.37% -
HSV(B) 170.48º 0.8% 0.62% -
XYZ 17.41 26.6 28.26 -
YUV 118.05 139.26 66.63 -
System Red Green Blue C M Y K H S L
Decimal 32 158 138 0.80 0 0.13 0.38 170.48 0.66 0.37
Hex 20 9E 8A 50 0 D 26 AA 42 25
Octal 40 236 212 120 0 15 46 252 102 45
Binary 100000 10011110 10001010 1010000 0 1101 100110 10101010 1000010 100101

Color Harmonies of #209E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209E8A

Black with #209E8A

Text Example


Text Example

White with #209E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209E8A; }

 p { color: rgb(32,158,138); }

 H1.HeaderClassName
 {
   color: #209E8A;
 }
 .AnyTagClassName
 {
   color: #209E8A;
 }
</style>

background-color css

<style>
 a { background-color: #209E8A; }

 a { background-color: rgb(32,158,138); }

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

border-color css

<style>
 span { border-color: #209E8A; }

 span { border-color: rgb(32,158,138); }

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