#0C524D

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

Shades of Cyprus #0C524D

Tints of Cyprus #0C524D

Color information

#0C524D (or 0x0C524D) is unknown color: approx Cyprus. HEX triplet: 0C, 52 and 4D. RGB value is (12,82,77). Sum of RGB (Red+Green+Blue) = 12+82+77=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #0C524D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C524D is #F3ADB2. Grayscale: #3C3C3C. Windows color (decimal): -15969715 or 5067276. OLE color: 5067276.

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

Color convert

RGB128277-
CMYK0.8500.060.68
HSL175.71º74.47%18.43%-
HSV(B)175.71º85.37%32.16%-
XYZ4.516.658.07-
YUV60.5137.3193.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.02%
GREEN value IS 82 (32.42% from 255) = 47.95%
BLUE value IS 77 (30.47% from 255) = 45.03%
R=7.02%
G=47.95%
B=45.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1282770.8500.060.68175.7174.4718.43
HexC524D550644b04a12
Octal141221151250610426011222
Binary11001010010100110110101010110100010010110000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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