#299C9A

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

Shades of Java #299C9A

Tints of Java #299C9A

Color information

#299C9A (or 0x299C9A) is unknown color: approx Java. HEX triplet: 29, 9C and 9A. RGB value is (41,156,154). Sum of RGB (Red+Green+Blue) = 41+156+154=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 156 - color contains mainly: green. Hex color #299C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C9A is #D66365. Grayscale: #797979. Windows color (decimal): -14050150 or 10132521. OLE color: 10132521.

HSL color Cylindrical-coordinate representation of color #299C9A: hue angle of 178.96º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299C9A is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB41156154-
CMYK0.7400.010.39
HSL178.96º58.38%38.63%-
HSV(B)178.96º73.72%61.18%-
XYZ18.6426.5834.72-
YUV121.39146.470.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.68%
GREEN value IS 156 (61.33% from 255) = 44.44%
BLUE value IS 154 (60.55% from 255) = 43.87%
R=11.68%
G=44.44%
B=43.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411561540.7400.010.39178.9658.3838.63
Hex299C9A4A0127b33a27
Octal5123423211201472637247
Binary101001100111001001101010010100110011110110011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,156,154); }

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

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

 a { background-color: rgb(41,156,154); }

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

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

 span { border-color: rgb(41,156,154); }

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