Html Css Color HEX #02988F Dark Cyan

📋 copy color: '#02988F'

red 2 ◦ green 152 ◦ blue 143

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

Shades of Dark Cyan #02988F

Tints of Dark Cyan #02988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.18%

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

R = 0.67%
G = 51.18%
B = 48.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#02988F (or 0x02988F) is known color: Dark Cyan. HEX triplet: 02, 98 and 8F. RGB value is (2,152,143). Sum of RGB (Red+Green+Blue) = 2+152+143=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #02988F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02988F is #FD6770. Grayscale: #6A6A6A. Windows color (decimal): -16607089 or 9410562. OLE color: 9410562.

HSL color Cylindrical-coordinate representation of color #02988F: hue angle of 176.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02988F is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 152 143 -
CMYK 0.99 0 0.06 0.40
HSL 176.4º 0.97% 0.3% -
HSV(B) 176.4º 0.99% 0.6% -
XYZ 16.21 24.45 29.85 -
YUV 106.12 148.81 53.73 -
System Red Green Blue C M Y K H S L
Decimal 2 152 143 0.99 0 0.06 0.40 176.4 0.97 0.3
Hex 2 98 8F 63 0 6 28 B0 61 1E
Octal 2 230 217 143 0 6 50 260 141 36
Binary 10 10011000 10001111 1100011 0 110 101000 10110000 1100001 11110

Color Harmonies of #02988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02988F

Black with #02988F

Text Example


Text Example

White with #02988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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