Html Css Color HEX #0C8388 Dark Cyan

📋 copy color: '#0C8388'

red 12 ◦ green 131 ◦ blue 136

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

Shades of Dark Cyan #0C8388

Tints of Dark Cyan #0C8388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.95%

 BLUE value IS 136 (53.52% from 255) = 48.75%

R = 4.3%
G = 46.95%
B = 48.75%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C8388 (or 0x0C8388) is known color: Dark Cyan. HEX triplet: 0C, 83 and 88. RGB value is (12,131,136). Sum of RGB (Red+Green+Blue) = 12+131+136=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C8388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8388 is #F37C77. Grayscale: #5F5F5F. Windows color (decimal): -15957112 or 8946444. OLE color: 8946444.

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

Color convert

RGB 12 131 136 -
CMYK 0.91 0.04 0 0.47
HSL 182.42º 0.84% 0.29% -
HSV(B) 182.42º 0.91% 0.53% -
XYZ 12.71 18.09 26.11 -
YUV 95.99 150.58 68.09 -
System Red Green Blue C M Y K H S L
Decimal 12 131 136 0.91 0.04 0 0.47 182.42 0.84 0.29
Hex C 83 88 5B 4 0 2F B6 54 1D
Octal 14 203 210 133 4 0 57 266 124 35
Binary 1100 10000011 10001000 1011011 100 0 101111 10110110 1010100 11101

Color Harmonies of #0C8388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8388

Black with #0C8388

Text Example


Text Example

White with #0C8388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,131,136); }

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

background-color css

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

 a { background-color: rgb(12,131,136); }

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

border-color css

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

 span { border-color: rgb(12,131,136); }

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