#094E4E

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

Shades of Sherpa Blue #094E4E

Tints of Sherpa Blue #094E4E

Color information

#094E4E (or 0x094E4E) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4E and 4E. RGB value is (9,78,78). Sum of RGB (Red+Green+Blue) = 9+78+78=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: green, blue. Hex color #094E4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E4E is #F6B1B1. Grayscale: #393939. Windows color (decimal): -16167346 or 5131785. OLE color: 5131785.

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

Color convert

RGB97878-
CMYK0.88000.69
HSL180º79.31%17.06%-
HSV(B)180º88.46%30.59%-
XYZ4.216.068.15-
YUV57.37139.6493.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.45%
GREEN value IS 78 (30.86% from 255) = 47.27%
BLUE value IS 78 (30.86% from 255) = 47.27%
R=5.45%
G=47.27%
B=47.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal978780.88000.6918079.3117.06
Hex94E4E580045b44f11
Octal111161161300010526411721
Binary100110011101001110101100000100010110110100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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