Html Css Color HEX #02858E Dark Cyan

📋 copy color: '#02858E'

red 2 ◦ green 133 ◦ blue 142

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

Shades of Dark Cyan #02858E

Tints of Dark Cyan #02858E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 51.26%

R = 0.72%
G = 48.01%
B = 51.26%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02858E (or 0x02858E) is known color: Dark Cyan. HEX triplet: 02, 85 and 8E. RGB value is (2,133,142). Sum of RGB (Red+Green+Blue) = 2+133+142=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #02858E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02858E is #FD7A71. Grayscale: #5E5E5E. Windows color (decimal): -16611954 or 9340162. OLE color: 9340162.

HSL color Cylindrical-coordinate representation of color #02858E: hue angle of 183.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02858E is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 133 142 -
CMYK 0.99 0.06 0 0.44
HSL 183.86º 0.97% 0.28% -
HSV(B) 183.86º 0.99% 0.56% -
XYZ 13.3 18.74 28.51 -
YUV 94.86 154.6 61.77 -
System Red Green Blue C M Y K H S L
Decimal 2 133 142 0.99 0.06 0 0.44 183.86 0.97 0.28
Hex 2 85 8E 63 6 0 2C B8 61 1C
Octal 2 205 216 143 6 0 54 270 141 34
Binary 10 10000101 10001110 1100011 110 0 101100 10111000 1100001 11100

Color Harmonies of #02858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02858E

Black with #02858E

Text Example


Text Example

White with #02858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02858E; }

 p { color: rgb(2,133,142); }

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

background-color css

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

 a { background-color: rgb(2,133,142); }

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

border-color css

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

 span { border-color: rgb(2,133,142); }

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