Html Css Color HEX #208389 Atoll

📋 copy color: '#208389'

red 32 ◦ green 131 ◦ blue 137

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

Shades of Atoll #208389

Tints of Atoll #208389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.67%

 BLUE value IS 137 (53.91% from 255) = 45.67%

R = 10.67%
G = 43.67%
B = 45.67%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#208389 (or 0x208389) is known color: Atoll. HEX triplet: 20, 83 and 89. RGB value is (32,131,137). Sum of RGB (Red+Green+Blue) = 32+131+137=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #208389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208389 is #DF7C76. Grayscale: #656565. Windows color (decimal): -14646391 or 9012000. OLE color: 9012000.

HSL color Cylindrical-coordinate representation of color #208389: hue angle of 183.43º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208389 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 131 137 -
CMYK 0.77 0.04 0 0.46
HSL 183.43º 0.62% 0.33% -
HSV(B) 183.43º 0.77% 0.54% -
XYZ 13.23 18.35 26.51 -
YUV 102.08 147.7 78.01 -
System Red Green Blue C M Y K H S L
Decimal 32 131 137 0.77 0.04 0 0.46 183.43 0.62 0.33
Hex 20 83 89 4D 4 0 2E B7 3E 21
Octal 40 203 211 115 4 0 56 267 76 41
Binary 100000 10000011 10001001 1001101 100 0 101110 10110111 111110 100001

Color Harmonies of #208389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208389

Black with #208389

Text Example


Text Example

White with #208389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208389; }

 p { color: rgb(32,131,137); }

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

background-color css

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

 a { background-color: rgb(32,131,137); }

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

border-color css

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

 span { border-color: rgb(32,131,137); }

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