Html Css Color HEX #02978E Dark Cyan

📋 copy color: '#02978E'

red 2 ◦ green 151 ◦ blue 142

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

Shades of Dark Cyan #02978E

Tints of Dark Cyan #02978E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.19%

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

R = 0.68%
G = 51.19%
B = 48.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#02978E (or 0x02978E) is known color: Dark Cyan. HEX triplet: 02, 97 and 8E. RGB value is (2,151,142). Sum of RGB (Red+Green+Blue) = 2+151+142=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #02978E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02978E is #FD6871. Grayscale: #696969. Windows color (decimal): -16607346 or 9344770. OLE color: 9344770.

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

Color convert

RGB 2 151 142 -
CMYK 0.99 0 0.06 0.41
HSL 176.38º 0.97% 0.3% -
HSV(B) 176.38º 0.99% 0.59% -
XYZ 15.97 24.1 29.4 -
YUV 105.42 148.64 54.23 -
System Red Green Blue C M Y K H S L
Decimal 2 151 142 0.99 0 0.06 0.41 176.38 0.97 0.3
Hex 2 97 8E 63 0 6 29 B0 61 1E
Octal 2 227 216 143 0 6 51 260 141 36
Binary 10 10010111 10001110 1100011 0 110 101001 10110000 1100001 11110

Color Harmonies of #02978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02978E

Black with #02978E

Text Example


Text Example

White with #02978E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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