Html Css Color HEX #02898F Dark Cyan

📋 copy color: '#02898F'

red 2 ◦ green 137 ◦ blue 143

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

Shades of Dark Cyan #02898F

Tints of Dark Cyan #02898F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 50.71%

R = 0.71%
G = 48.58%
B = 50.71%

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

#02898F (or 0x02898F) is known color: Dark Cyan. HEX triplet: 02, 89 and 8F. RGB value is (2,137,143). Sum of RGB (Red+Green+Blue) = 2+137+143=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #02898F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02898F is #FD7670. Grayscale: #616161. Windows color (decimal): -16610929 or 9406722. OLE color: 9406722.

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

Color convert

RGB 2 137 143 -
CMYK 0.99 0.04 0 0.44
HSL 182.55º 0.97% 0.28% -
HSV(B) 182.55º 0.99% 0.56% -
XYZ 13.93 19.89 29.09 -
YUV 97.32 153.77 60.01 -
System Red Green Blue C M Y K H S L
Decimal 2 137 143 0.99 0.04 0 0.44 182.55 0.97 0.28
Hex 2 89 8F 63 4 0 2C B7 61 1C
Octal 2 211 217 143 4 0 54 267 141 34
Binary 10 10001001 10001111 1100011 100 0 101100 10110111 1100001 11100

Color Harmonies of #02898F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02898F

Black with #02898F

Text Example


Text Example

White with #02898F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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