Html Css Color HEX #0C4C46 Cyprus

📋 copy color: '#0C4C46'

red 12 ◦ green 76 ◦ blue 70

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

Shades of Cyprus #0C4C46

Tints of Cyprus #0C4C46

RGB

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

 GREEN value IS 76 (30.08% from 255) = 48.1%

 BLUE value IS 70 (27.73% from 255) = 44.3%

R = 7.59%
G = 48.1%
B = 44.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#0C4C46 (or 0x0C4C46) is known color: Cyprus. HEX triplet: 0C, 4C and 46. RGB value is (12,76,70). Sum of RGB (Red+Green+Blue) = 12+76+70=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4C46 is #F3B3B9. Grayscale: #383838. Windows color (decimal): -15971258 or 4606988. OLE color: 4606988.

HSL color Cylindrical-coordinate representation of color #0C4C46: hue angle of 174.38º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4C46 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 76 70 -
CMYK 0.84 0 0.08 0.70
HSL 174.38º 0.73% 0.17% -
HSV(B) 174.38º 0.84% 0.3% -
XYZ 3.84 5.69 6.69 -
YUV 56.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 12 76 70 0.84 0 0.08 0.70 174.38 0.73 0.17
Hex C 4C 46 54 0 8 46 AE 49 11
Octal 14 114 106 124 0 10 106 256 111 21
Binary 1100 1001100 1000110 1010100 0 1000 1000110 10101110 1001001 10001

Color Harmonies of #0C4C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4C46

Black with #0C4C46

Text Example


Text Example

White with #0C4C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,76,70); }

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

background-color css

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

 a { background-color: rgb(12,76,70); }

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

border-color css

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

 span { border-color: rgb(12,76,70); }

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