#0F524C

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

Shades of Cyprus #0F524C

Tints of Cyprus #0F524C

Color information

#0F524C (or 0x0F524C) is unknown color: approx Cyprus. HEX triplet: 0F, 52 and 4C. RGB value is (15,82,76). Sum of RGB (Red+Green+Blue) = 15+82+76=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #0F524C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F524C is #F0ADB3. Grayscale: #3D3D3D. Windows color (decimal): -15773108 or 5001743. OLE color: 5001743.

HSL color Cylindrical-coordinate representation of color #0F524C: hue angle of 174.63º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F524C is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB158276-
CMYK0.8200.070.68
HSL174.63º69.07%19.02%-
HSV(B)174.63º81.71%32.16%-
XYZ4.526.667.88-
YUV61.28136.394.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.67%
GREEN value IS 82 (32.42% from 255) = 47.40%
BLUE value IS 76 (30.08% from 255) = 43.93%
R=8.67%
G=47.40%
B=43.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1582760.8200.070.68174.6369.0719.02
HexF524C520744af4513
Octal171221141220710425710523
Binary11111010010100110010100100111100010010101111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,82,76); }

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

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

 a { background-color: rgb(15,82,76); }

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

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

 span { border-color: rgb(15,82,76); }

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