Html Css Color HEX #02978D Dark Cyan

📋 copy color: '#02978D'

red 2 ◦ green 151 ◦ blue 141

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

Shades of Dark Cyan #02978D

Tints of Dark Cyan #02978D

RGB

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

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

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

R = 0.68%
G = 51.36%
B = 47.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#02978D (or 0x02978D) is known color: Dark Cyan. HEX triplet: 02, 97 and 8D. RGB value is (2,151,141). Sum of RGB (Red+Green+Blue) = 2+151+141=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #02978D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02978D is #FD6872. Grayscale: #696969. Windows color (decimal): -16607347 or 9279234. OLE color: 9279234.

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

Color convert

RGB 2 151 141 -
CMYK 0.99 0 0.07 0.41
HSL 175.97º 0.97% 0.3% -
HSV(B) 175.97º 0.99% 0.59% -
XYZ 15.9 24.07 29.01 -
YUV 105.31 148.14 54.31 -
System Red Green Blue C M Y K H S L
Decimal 2 151 141 0.99 0 0.07 0.41 175.97 0.97 0.3
Hex 2 97 8D 63 0 7 29 B0 61 1E
Octal 2 227 215 143 0 7 51 260 141 36
Binary 10 10010111 10001101 1100011 0 111 101001 10110000 1100001 11110

Color Harmonies of #02978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02978D

Black with #02978D

Text Example


Text Example

White with #02978D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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