Html Css Color HEX #0C8982 Dark Cyan

📋 copy color: '#0C8982'

red 12 ◦ green 137 ◦ blue 130

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

Shades of Dark Cyan #0C8982

Tints of Dark Cyan #0C8982

RGB

 RED value IS 12 (5.08% from 255) = 4.3%

 GREEN value IS 137 (53.91% from 255) = 49.1%

 BLUE value IS 130 (51.17% from 255) = 46.59%

R = 4.3%
G = 49.1%
B = 46.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#0C8982 (or 0x0C8982) is known color: Dark Cyan. HEX triplet: 0C, 89 and 82. RGB value is (12,137,130). Sum of RGB (Red+Green+Blue) = 12+137+130=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8982 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8982 is #F3767D. Grayscale: #626262. Windows color (decimal): -15955582 or 8554764. OLE color: 8554764.

HSL color Cylindrical-coordinate representation of color #0C8982: hue angle of 176.64º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8982 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 137 130 -
CMYK 0.91 0 0.05 0.46
HSL 176.64º 0.84% 0.29% -
HSV(B) 176.64º 0.91% 0.54% -
XYZ 13.13 19.58 24.21 -
YUV 98.83 145.59 66.07 -
System Red Green Blue C M Y K H S L
Decimal 12 137 130 0.91 0 0.05 0.46 176.64 0.84 0.29
Hex C 89 82 5B 0 5 2E B1 54 1D
Octal 14 211 202 133 0 5 56 261 124 35
Binary 1100 10001001 10000010 1011011 0 101 101110 10110001 1010100 11101

Color Harmonies of #0C8982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8982

Black with #0C8982

Text Example


Text Example

White with #0C8982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,137,130); }

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

background-color css

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

 a { background-color: rgb(12,137,130); }

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

border-color css

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

 span { border-color: rgb(12,137,130); }

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