#093E38

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

Shades of Cyprus #093E38

Tints of Cyprus #093E38

Color information

#093E38 (or 0x093E38) is unknown color: approx Cyprus. HEX triplet: 09, 3E and 38. RGB value is (9,62,56). Sum of RGB (Red+Green+Blue) = 9+62+56=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 62 (24.61% from 255 or 48.82% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 62 - color contains mainly: green. Hex color #093E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E38 is #F6C1C7. Grayscale: #2D2D2D. Windows color (decimal): -16171464 or 3685897. OLE color: 3685897.

HSL color Cylindrical-coordinate representation of color #093E38: hue angle of 173.21º 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 #093E38 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB96256-
CMYK0.8500.100.76
HSL173.21º74.65%13.92%-
HSV(B)173.21º85.48%24.31%-
XYZ2.553.794.34-
YUV45.47133.94101.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 62 (24.61% from 255) = 48.82%
BLUE value IS 56 (22.27% from 255) = 44.09%
R=7.09%
G=48.82%
B=44.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal962560.8500.100.76173.2174.6513.92
Hex93E38550A4Cad4be
Octal11767012501211425511316
Binary100111111011100010101010101010011001010110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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