#094A40

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

Shades of Cyprus #094A40

Tints of Cyprus #094A40

Color information

#094A40 (or 0x094A40) is unknown color: approx Cyprus. HEX triplet: 09, 4A and 40. RGB value is (9,74,64). Sum of RGB (Red+Green+Blue) = 9+74+64=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #094A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A40 is #F6B5BF. Grayscale: #353535. Windows color (decimal): -16168384 or 4213257. OLE color: 4213257.

HSL color Cylindrical-coordinate representation of color #094A40: hue angle of 170.77º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A40 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB97464-
CMYK0.8800.140.71
HSL170.77º78.31%16.27%-
HSV(B)170.77º87.84%29.02%-
XYZ3.495.335.69-
YUV53.42133.9796.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 74 (29.30% from 255) = 50.34%
BLUE value IS 64 (25.39% from 255) = 43.54%
R=6.12%
G=50.34%
B=43.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal974640.8800.140.71170.7778.3116.27
Hex94A40580E47ab4e10
Octal1111210013001610725311620
Binary100110010101000000101100001110100011110101011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094A40; }

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

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

<style>
 a { background-color: #094A40; }

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

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

<style>
 span { border-color: #094A40; }

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

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