#299E94

Color #299E94 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #299E94

Tints of Java #299E94

Color information

#299E94 (or 0x299E94) is unknown color: approx Java. HEX triplet: 29, 9E and 94. RGB value is (41,158,148). Sum of RGB (Red+Green+Blue) = 41+158+148=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 158 - color contains mainly: green. Hex color #299E94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299E94 is #D6616B. Grayscale: #797979. Windows color (decimal): -14049644 or 9739817. OLE color: 9739817.

HSL color Cylindrical-coordinate representation of color #299E94: hue angle of 174.87º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299E94 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB41158148-
CMYK0.7400.060.38
HSL174.87º58.79%39.02%-
HSV(B)174.87º74.05%61.96%-
XYZ18.4927.0632.27-
YUV121.88142.7470.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.82%
GREEN value IS 158 (62.11% from 255) = 45.53%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=11.82%
G=45.53%
B=42.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411581480.7400.060.38174.8758.7939.02
Hex299E944A0626af3b27
Octal5123622411206462577347
Binary10100110011110100101001001010011010011010101111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299E94; }

 p { color: rgb(41,158,148); }

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

<style>
 a { background-color: #299E94; }

 a { background-color: rgb(41,158,148); }

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

<style>
 span { border-color: #299E94; }

 span { border-color: rgb(41,158,148); }

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