Html Css Color HEX #02808D Dark Cyan

📋 copy color: '#02808D'

red 2 ◦ green 128 ◦ blue 141

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

Shades of Dark Cyan #02808D

Tints of Dark Cyan #02808D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 0.74%
G = 47.23%
B = 52.03%

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

#02808D (or 0x02808D) is known color: Dark Cyan. HEX triplet: 02, 80 and 8D. RGB value is (2,128,141). Sum of RGB (Red+Green+Blue) = 2+128+141=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #02808D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02808D is #FD7F72. Grayscale: #5B5B5B. Windows color (decimal): -16613235 or 9273346. OLE color: 9273346.

HSL color Cylindrical-coordinate representation of color #02808D: hue angle of 185.61º 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 #02808D is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 128 141 -
CMYK 0.99 0.09 0 0.45
HSL 185.61º 0.97% 0.28% -
HSV(B) 185.61º 0.99% 0.55% -
XYZ 12.55 17.37 27.89 -
YUV 91.81 155.76 63.94 -
System Red Green Blue C M Y K H S L
Decimal 2 128 141 0.99 0.09 0 0.45 185.61 0.97 0.28
Hex 2 80 8D 63 9 0 2D BA 61 1C
Octal 2 200 215 143 11 0 55 272 141 34
Binary 10 10000000 10001101 1100011 1001 0 101101 10111010 1100001 11100

Color Harmonies of #02808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02808D

Black with #02808D

Text Example


Text Example

White with #02808D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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