Html Css Color HEX #02978B Dark Cyan

📋 copy color: '#02978B'

red 2 ◦ green 151 ◦ blue 139

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

Shades of Dark Cyan #02978B

Tints of Dark Cyan #02978B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.6%

R = 0.68%
G = 51.71%
B = 47.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#02978B (or 0x02978B) is known color: Dark Cyan. HEX triplet: 02, 97 and 8B. RGB value is (2,151,139). Sum of RGB (Red+Green+Blue) = 2+151+139=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #02978B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02978B is #FD6874. Grayscale: #686868. Windows color (decimal): -16607349 or 9148162. OLE color: 9148162.

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

Color convert

RGB 2 151 139 -
CMYK 0.99 0 0.08 0.41
HSL 175.17º 0.97% 0.3% -
HSV(B) 175.17º 0.99% 0.59% -
XYZ 15.75 24.01 28.23 -
YUV 105.08 147.14 54.48 -
System Red Green Blue C M Y K H S L
Decimal 2 151 139 0.99 0 0.08 0.41 175.17 0.97 0.3
Hex 2 97 8B 63 0 8 29 AF 61 1E
Octal 2 227 213 143 0 10 51 257 141 36
Binary 10 10010111 10001011 1100011 0 1000 101001 10101111 1100001 11110

Color Harmonies of #02978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02978B

Black with #02978B

Text Example


Text Example

White with #02978B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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