#0C524E

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

Shades of Cyprus #0C524E

Tints of Cyprus #0C524E

Color information

#0C524E (or 0x0C524E) is unknown color: approx Cyprus. HEX triplet: 0C, 52 and 4E. RGB value is (12,82,78). Sum of RGB (Red+Green+Blue) = 12+82+78=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #0C524E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C524E is #F3ADB1. Grayscale: #3C3C3C. Windows color (decimal): -15969714 or 5132812. OLE color: 5132812.

HSL color Cylindrical-coordinate representation of color #0C524E: hue angle of 176.57º 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 #0C524E is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB128278-
CMYK0.8500.050.68
HSL176.57º74.47%18.43%-
HSV(B)176.57º85.37%32.16%-
XYZ4.546.668.25-
YUV60.61137.8193.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.98%
GREEN value IS 82 (32.42% from 255) = 47.67%
BLUE value IS 78 (30.86% from 255) = 45.35%
R=6.98%
G=47.67%
B=45.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1282780.8500.050.68176.5774.4718.43
HexC524E550544b14a12
Octal141221161250510426111222
Binary11001010010100111010101010101100010010110001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,82,78); }

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

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

 a { background-color: rgb(12,82,78); }

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

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

 span { border-color: rgb(12,82,78); }

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