#093E39

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

Shades of Cyprus #093E39

Tints of Cyprus #093E39

Color information

#093E39 (or 0x093E39) is unknown color: approx Cyprus. HEX triplet: 09, 3E and 39. RGB value is (9,62,57). Sum of RGB (Red+Green+Blue) = 9+62+57=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #093E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E39 is #F6C1C6. Grayscale: #2D2D2D. Windows color (decimal): -16171463 or 3751433. OLE color: 3751433.

HSL color Cylindrical-coordinate representation of color #093E39: hue angle of 174.34º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093E39 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB96257-
CMYK0.8500.080.76
HSL174.34º74.65%13.92%-
HSV(B)174.34º85.48%24.31%-
XYZ2.573.84.47-
YUV45.58134.44101.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 62 (24.61% from 255) = 48.44%
BLUE value IS 57 (22.66% from 255) = 44.53%
R=7.03%
G=48.44%
B=44.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal962570.8500.080.76174.3474.6513.92
Hex93E3955084Cae4be
Octal11767112501011425611316
Binary100111111011100110101010100010011001010111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093E39; }

 p { color: rgb(9,62,57); }

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

<style>
 a { background-color: #093E39; }

 a { background-color: rgb(9,62,57); }

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

<style>
 span { border-color: #093E39; }

 span { border-color: rgb(9,62,57); }

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