Html Css Color HEX #02888C Dark Cyan

📋 copy color: '#02888C'

red 2 ◦ green 136 ◦ blue 140

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

Shades of Dark Cyan #02888C

Tints of Dark Cyan #02888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.92%

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

R = 0.72%
G = 48.92%
B = 50.36%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02888C (or 0x02888C) is known color: Dark Cyan. HEX triplet: 02, 88 and 8C. RGB value is (2,136,140). Sum of RGB (Red+Green+Blue) = 2+136+140=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #02888C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02888C is #FD7773. Grayscale: #606060. Windows color (decimal): -16611188 or 9209858. OLE color: 9209858.

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

Color convert

RGB 2 136 140 -
CMYK 0.99 0.03 0 0.45
HSL 181.74º 0.97% 0.28% -
HSV(B) 181.74º 0.99% 0.55% -
XYZ 13.56 19.51 27.86 -
YUV 96.39 152.61 60.67 -
System Red Green Blue C M Y K H S L
Decimal 2 136 140 0.99 0.03 0 0.45 181.74 0.97 0.28
Hex 2 88 8C 63 3 0 2D B6 61 1C
Octal 2 210 214 143 3 0 55 266 141 34
Binary 10 10001000 10001100 1100011 11 0 101101 10110110 1100001 11100

Color Harmonies of #02888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02888C

Black with #02888C

Text Example


Text Example

White with #02888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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