Html Css Color HEX #02808C Dark Cyan

📋 copy color: '#02808C'

red 2 ◦ green 128 ◦ blue 140

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

Shades of Dark Cyan #02808C

Tints of Dark Cyan #02808C

RGB

 RED value IS 2 (1.17% from 255) = 0.74%

 GREEN value IS 128 (50.39% from 255) = 47.41%

 BLUE value IS 140 (55.08% from 255) = 51.85%

R = 0.74%
G = 47.41%
B = 51.85%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02808C (or 0x02808C) is known color: Dark Cyan. HEX triplet: 02, 80 and 8C. RGB value is (2,128,140). Sum of RGB (Red+Green+Blue) = 2+128+140=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #02808C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02808C is #FD7F73. Grayscale: #5B5B5B. Windows color (decimal): -16613236 or 9207810. OLE color: 9207810.

HSL color Cylindrical-coordinate representation of color #02808C: hue angle of 185.22º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02808C is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 128 140 -
CMYK 0.99 0.09 0 0.45
HSL 185.22º 0.97% 0.28% -
HSV(B) 185.22º 0.99% 0.55% -
XYZ 12.48 17.34 27.5 -
YUV 91.69 155.26 64.02 -
System Red Green Blue C M Y K H S L
Decimal 2 128 140 0.99 0.09 0 0.45 185.22 0.97 0.28
Hex 2 80 8C 63 9 0 2D B9 61 1C
Octal 2 200 214 143 11 0 55 271 141 34
Binary 10 10000000 10001100 1100011 1001 0 101101 10111001 1100001 11100

Color Harmonies of #02808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02808C

Black with #02808C

Text Example


Text Example

White with #02808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02808C; }

 p { color: rgb(2,128,140); }

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

background-color css

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

 a { background-color: rgb(2,128,140); }

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

border-color css

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

 span { border-color: rgb(2,128,140); }

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