#0F5552

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

Shades of Cyprus #0F5552

Tints of Cyprus #0F5552

Color information

#0F5552 (or 0x0F5552) is unknown color: approx Cyprus. HEX triplet: 0F, 55 and 52. RGB value is (15,85,82). Sum of RGB (Red+Green+Blue) = 15+85+82=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5552 is #F0AAAD. Grayscale: #3F3F3F. Windows color (decimal): -15772334 or 5395727. OLE color: 5395727.

HSL color Cylindrical-coordinate representation of color #0F5552: hue angle of 177.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5552 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB158582-
CMYK0.8200.040.67
HSL177.43º70%19.61%-
HSV(B)177.43º82.35%33.33%-
XYZ4.977.219.11-
YUV63.73138.3193.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.24%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 82 (32.42% from 255) = 45.05%
R=8.24%
G=46.70%
B=45.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1585820.8200.040.67177.437019.61
HexF5552520443b14614
Octal171251221220410326110624
Binary11111010101101001010100100100100001110110001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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