#094C4C

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

Shades of Cyprus #094C4C

Tints of Cyprus #094C4C

Color information

#094C4C (or 0x094C4C) is unknown color: approx Cyprus. HEX triplet: 09, 4C and 4C. RGB value is (9,76,76). Sum of RGB (Red+Green+Blue) = 9+76+76=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: green, blue. Hex color #094C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094C4C is #F6B3B3. Grayscale: #373737. Windows color (decimal): -16167860 or 5000201. OLE color: 5000201.

HSL color Cylindrical-coordinate representation of color #094C4C: hue angle of 180º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094C4C is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB97676-
CMYK0.88000.70
HSL180º78.82%16.67%-
HSV(B)180º88.16%29.8%-
XYZ45.757.74-
YUV55.97139.394.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.59%
GREEN value IS 76 (30.08% from 255) = 47.20%
BLUE value IS 76 (30.08% from 255) = 47.20%
R=5.59%
G=47.20%
B=47.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal976760.88000.7018078.8216.67
Hex94C4C580046b44f11
Octal111141141300010626411721
Binary100110011001001100101100000100011010110100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,76,76); }

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

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

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

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

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

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

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