#0C514A

Color #0C514A Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #0C514A

Tints of Cyprus #0C514A

Color information

#0C514A (or 0x0C514A) is unknown color: approx Cyprus. HEX triplet: 0C, 51 and 4A. RGB value is (12,81,74). Sum of RGB (Red+Green+Blue) = 12+81+74=167 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.19% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 81 - color contains mainly: green. Hex color #0C514A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C514A is #F3AEB5. Grayscale: #3B3B3B. Windows color (decimal): -15969974 or 4870412. OLE color: 4870412.

HSL color Cylindrical-coordinate representation of color #0C514A: hue angle of 173.91º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C514A is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB128174-
CMYK0.8500.090.68
HSL173.91º74.19%18.24%-
HSV(B)173.91º85.19%31.76%-
XYZ4.336.467.5-
YUV59.57136.1494.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.19%
GREEN value IS 81 (32.03% from 255) = 48.50%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=7.19%
G=48.50%
B=44.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1281740.8500.090.68173.9174.1918.24
HexC514A550944ae4a12
Octal1412111212501110425611222
Binary110010100011001010101010101001100010010101110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,81,74); }

 H1.HeaderClassName
 {
   color: #0C514A;
 }
 .AnyTagClassName
 {
   color: #0C514A;
 }
</style>
background-color css

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

 a { background-color: rgb(12,81,74); }

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

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

 span { border-color: rgb(12,81,74); }

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