Html Css Color HEX #02898E Dark Cyan

📋 copy color: '#02898E'

red 2 ◦ green 137 ◦ blue 142

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

Shades of Dark Cyan #02898E

Tints of Dark Cyan #02898E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.75%

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

R = 0.71%
G = 48.75%
B = 50.53%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02898E (or 0x02898E) is known color: Dark Cyan. HEX triplet: 02, 89 and 8E. RGB value is (2,137,142). Sum of RGB (Red+Green+Blue) = 2+137+142=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #02898E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02898E is #FD7671. Grayscale: #616161. Windows color (decimal): -16610930 or 9341186. OLE color: 9341186.

HSL color Cylindrical-coordinate representation of color #02898E: hue angle of 182.14º 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 #02898E is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 137 142 -
CMYK 0.99 0.04 0 0.44
HSL 182.14º 0.97% 0.28% -
HSV(B) 182.14º 0.99% 0.56% -
XYZ 13.85 19.86 28.69 -
YUV 97.21 153.27 60.09 -
System Red Green Blue C M Y K H S L
Decimal 2 137 142 0.99 0.04 0 0.44 182.14 0.97 0.28
Hex 2 89 8E 63 4 0 2C B6 61 1C
Octal 2 211 216 143 4 0 54 266 141 34
Binary 10 10001001 10001110 1100011 100 0 101100 10110110 1100001 11100

Color Harmonies of #02898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02898E

Black with #02898E

Text Example


Text Example

White with #02898E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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