Html Css Color HEX #208583 Atoll

📋 copy color: '#208583'

red 32 ◦ green 133 ◦ blue 131

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

Shades of Atoll #208583

Tints of Atoll #208583

RGB

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

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

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

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

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #208583: hue angle of 178.81º 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 #208583 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 133 131 -
CMYK 0.76 0 0.02 0.48
HSL 178.81º 0.61% 0.32% -
HSV(B) 178.81º 0.76% 0.52% -
XYZ 13.08 18.72 24.4 -
YUV 102.57 144.04 77.66 -
System Red Green Blue C M Y K H S L
Decimal 32 133 131 0.76 0 0.02 0.48 178.81 0.61 0.32
Hex 20 85 83 4C 0 2 30 B3 3D 20
Octal 40 205 203 114 0 2 60 263 75 40
Binary 100000 10000101 10000011 1001100 0 10 110000 10110011 111101 100000

Color Harmonies of #208583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208583

Black with #208583

Text Example


Text Example

White with #208583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208583; }

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

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

background-color css

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

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

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

border-color css

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

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

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