Html Css Color HEX #02898D Dark Cyan

📋 copy color: '#02898D'

red 2 ◦ green 137 ◦ blue 141

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

Shades of Dark Cyan #02898D

Tints of Dark Cyan #02898D

RGB

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

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

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

R = 0.71%
G = 48.93%
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

#02898D (or 0x02898D) is known color: Dark Cyan. HEX triplet: 02, 89 and 8D. RGB value is (2,137,141). Sum of RGB (Red+Green+Blue) = 2+137+141=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #02898D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02898D is #FD7672. Grayscale: #606060. Windows color (decimal): -16610931 or 9275650. OLE color: 9275650.

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

Color convert

RGB 2 137 141 -
CMYK 0.99 0.03 0 0.45
HSL 181.73º 0.97% 0.28% -
HSV(B) 181.73º 0.99% 0.55% -
XYZ 13.78 19.83 28.3 -
YUV 97.09 152.77 60.17 -
System Red Green Blue C M Y K H S L
Decimal 2 137 141 0.99 0.03 0 0.45 181.73 0.97 0.28
Hex 2 89 8D 63 3 0 2D B6 61 1C
Octal 2 211 215 143 3 0 55 266 141 34
Binary 10 10001001 10001101 1100011 11 0 101101 10110110 1100001 11100

Color Harmonies of #02898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02898D

Black with #02898D

Text Example


Text Example

White with #02898D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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