#0F584B

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

Shades of Cyprus #0F584B

Tints of Cyprus #0F584B

Color information

#0F584B (or 0x0F584B) is unknown color: approx Cyprus. HEX triplet: 0F, 58 and 4B. RGB value is (15,88,75). Sum of RGB (Red+Green+Blue) = 15+88+75=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #0F584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F584B is #F0A7B4. Grayscale: #404040. Windows color (decimal): -15771573 or 4937743. OLE color: 4937743.

HSL color Cylindrical-coordinate representation of color #0F584B: hue angle of 169.32º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F584B is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB158875-
CMYK0.8300.150.65
HSL169.32º70.87%20.2%-
HSV(B)169.32º82.95%34.51%-
XYZ4.967.597.86-
YUV64.69133.8292.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.43%
GREEN value IS 88 (34.77% from 255) = 49.44%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=8.43%
G=49.44%
B=42.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1588750.8300.150.65169.3270.8720.2
HexF584B530F41a94714
Octal1713011312301710125110724
Binary111110110001001011101001101111100000110101001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,88,75); }

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

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

 a { background-color: rgb(15,88,75); }

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

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

 span { border-color: rgb(15,88,75); }

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