Html Css Color HEX #0C4443 Cyprus

📋 copy color: '#0C4443'

red 12 ◦ green 68 ◦ blue 67

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

Shades of Cyprus #0C4443

Tints of Cyprus #0C4443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.26%

 BLUE value IS 67 (26.56% from 255) = 45.58%

R = 8.16%
G = 46.26%
B = 45.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#0C4443 (or 0x0C4443) is known color: Cyprus. HEX triplet: 0C, 44 and 43. RGB value is (12,68,67). Sum of RGB (Red+Green+Blue) = 12+68+67=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #0C4443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4443 is #F3BBBC. Grayscale: #333333. Windows color (decimal): -15973309 or 4408332. OLE color: 4408332.

HSL color Cylindrical-coordinate representation of color #0C4443: hue angle of 178.93º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4443 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 12 68 67 -
CMYK 0.82 0 0.01 0.73
HSL 178.93º 0.7% 0.16% -
HSV(B) 178.93º 0.82% 0.27% -
XYZ 3.23 4.62 6.03 -
YUV 51.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 12 68 67 0.82 0 0.01 0.73 178.93 0.7 0.16
Hex C 44 43 52 0 1 49 B3 46 10
Octal 14 104 103 122 0 1 111 263 106 20
Binary 1100 1000100 1000011 1010010 0 1 1001001 10110011 1000110 10000

Color Harmonies of #0C4443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4443

Black with #0C4443

Text Example


Text Example

White with #0C4443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,68,67); }

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

background-color css

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

 a { background-color: rgb(12,68,67); }

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

border-color css

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

 span { border-color: rgb(12,68,67); }

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