Html Css Color HEX #208385 Atoll

📋 copy color: '#208385'

red 32 ◦ green 131 ◦ blue 133

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

Shades of Atoll #208385

Tints of Atoll #208385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.93%

R = 10.81%
G = 44.26%
B = 44.93%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#208385 (or 0x208385) is known color: Atoll. HEX triplet: 20, 83 and 85. RGB value is (32,131,133). Sum of RGB (Red+Green+Blue) = 32+131+133=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #208385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208385 is #DF7C7A. Grayscale: #656565. Windows color (decimal): -14646395 or 8749856. OLE color: 8749856.

HSL color Cylindrical-coordinate representation of color #208385: hue angle of 181.19º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208385 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 131 133 -
CMYK 0.76 0.02 0 0.48
HSL 181.19º 0.61% 0.32% -
HSV(B) 181.19º 0.76% 0.52% -
XYZ 12.95 18.23 25.03 -
YUV 101.63 145.7 78.34 -
System Red Green Blue C M Y K H S L
Decimal 32 131 133 0.76 0.02 0 0.48 181.19 0.61 0.32
Hex 20 83 85 4C 2 0 30 B5 3D 20
Octal 40 203 205 114 2 0 60 265 75 40
Binary 100000 10000011 10000101 1001100 10 0 110000 10110101 111101 100000

Color Harmonies of #208385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208385

Black with #208385

Text Example


Text Example

White with #208385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208385; }

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

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

background-color css

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

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

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

border-color css

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

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

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