Html Css Color HEX #0D978E Dark Cyan

📋 copy color: '#0D978E'

red 13 ◦ green 151 ◦ blue 142

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

Shades of Dark Cyan #0D978E

Tints of Dark Cyan #0D978E

RGB

 RED value IS 13 (5.47% from 255) = 4.25%

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

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

R = 4.25%
G = 49.35%
B = 46.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#0D978E (or 0x0D978E) is known color: Dark Cyan. HEX triplet: 0D, 97 and 8E. RGB value is (13,151,142). Sum of RGB (Red+Green+Blue) = 13+151+142=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #0D978E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D978E is #F26871. Grayscale: #6C6C6C. Windows color (decimal): -15886450 or 9344781. OLE color: 9344781.

HSL color Cylindrical-coordinate representation of color #0D978E: hue angle of 176.09º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D978E is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 13 151 142 -
CMYK 0.91 0 0.06 0.41
HSL 176.09º 0.84% 0.32% -
HSV(B) 176.09º 0.91% 0.59% -
XYZ 16.12 24.17 29.41 -
YUV 108.71 146.78 59.73 -
System Red Green Blue C M Y K H S L
Decimal 13 151 142 0.91 0 0.06 0.41 176.09 0.84 0.32
Hex D 97 8E 5B 0 6 29 B0 54 20
Octal 15 227 216 133 0 6 51 260 124 40
Binary 1101 10010111 10001110 1011011 0 110 101001 10110000 1010100 100000

Color Harmonies of #0D978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D978E

Black with #0D978E

Text Example


Text Example

White with #0D978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D978E; }

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

 H1.HeaderClassName
 {
   color: #0D978E;
 }
 .AnyTagClassName
 {
   color: #0D978E;
 }
</style>

background-color css

<style>
 a { background-color: #0D978E; }

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

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

border-color css

<style>
 span { border-color: #0D978E; }

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

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