#093F40

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

Shades of Cyprus #093F40

Tints of Cyprus #093F40

Color information

#093F40 (or 0x093F40) is unknown color: approx Cyprus. HEX triplet: 09, 3F and 40. RGB value is (9,63,64). Sum of RGB (Red+Green+Blue) = 9+63+64=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #093F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F40 is #F6C0BF. Grayscale: #2E2E2E. Windows color (decimal): -16171200 or 4210441. OLE color: 4210441.

HSL color Cylindrical-coordinate representation of color #093F40: hue angle of 181.09º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093F40 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB96364-
CMYK0.860.0200.75
HSL181.09º75.34%14.31%-
HSV(B)181.09º85.94%25.1%-
XYZ2.823.985.47-
YUV46.97137.61100.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.62%
GREEN value IS 63 (25% from 255) = 46.32%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=6.62%
G=46.32%
B=47.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal963640.860.0200.75181.0975.3414.31
Hex93F4056204Bb54be
Octal11771001262011326511316
Binary10011111111000000101011010010010111011010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,63,64); }

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

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

 a { background-color: rgb(9,63,64); }

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

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

 span { border-color: rgb(9,63,64); }

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