Html Css Color HEX #208CAB Pelorous

📋 copy color: '#208CAB'

red 32 ◦ green 140 ◦ blue 171

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

Shades of Pelorous #208CAB

Tints of Pelorous #208CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.82%

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 9.33%
G = 40.82%
B = 49.85%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#208CAB (or 0x208CAB) is known color: Pelorous. HEX triplet: 20, 8C and AB. RGB value is (32,140,171). Sum of RGB (Red+Green+Blue) = 32+140+171=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #208CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208CAB is #DF7354. Grayscale: #6F6F6F. Windows color (decimal): -14644053 or 11242528. OLE color: 11242528.

HSL color Cylindrical-coordinate representation of color #208CAB: hue angle of 193.38º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #208CAB is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 140 171 -
CMYK 0.81 0.18 0 0.33
HSL 193.38º 0.68% 0.4% -
HSV(B) 193.38º 0.81% 0.67% -
XYZ 17.32 22 41.86 -
YUV 111.24 161.72 71.48 -
System Red Green Blue C M Y K H S L
Decimal 32 140 171 0.81 0.18 0 0.33 193.38 0.68 0.4
Hex 20 8C AB 51 12 0 21 C1 44 28
Octal 40 214 253 121 22 0 41 301 104 50
Binary 100000 10001100 10101011 1010001 10010 0 100001 11000001 1000100 101000

Color Harmonies of #208CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208CAB

Black with #208CAB

Text Example


Text Example

White with #208CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208CAB; }

 p { color: rgb(32,140,171); }

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

background-color css

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

 a { background-color: rgb(32,140,171); }

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

border-color css

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

 span { border-color: rgb(32,140,171); }

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