Html Css Color HEX #299AA0 Java

📋 copy color: '#299AA0'

red 41 ◦ green 154 ◦ blue 160

#299AA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #299AA0

Tints of Java #299AA0

RGB

 RED value IS 41 (16.41% from 255) = 11.55%

 GREEN value IS 154 (60.55% from 255) = 43.38%

 BLUE value IS 160 (62.89% from 255) = 45.07%

R = 11.55%
G = 43.38%
B = 45.07%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#299AA0 (or 0x299AA0) is known color: Java. HEX triplet: 29, 9A and A0. RGB value is (41,154,160). Sum of RGB (Red+Green+Blue) = 41+154+160=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #299AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299AA0 is #D6655F. Grayscale: #787878. Windows color (decimal): -14050656 or 10525225. OLE color: 10525225.

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

Color convert

RGB 41 154 160 -
CMYK 0.74 0.04 0 0.37
HSL 183.03º 0.59% 0.39% -
HSV(B) 183.03º 0.74% 0.63% -
XYZ 18.82 26.12 37.31 -
YUV 120.9 150.06 71.01 -
System Red Green Blue C M Y K H S L
Decimal 41 154 160 0.74 0.04 0 0.37 183.03 0.59 0.39
Hex 29 9A A0 4A 4 0 25 B7 3B 27
Octal 51 232 240 112 4 0 45 267 73 47
Binary 101001 10011010 10100000 1001010 100 0 100101 10110111 111011 100111

Color Harmonies of #299AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299AA0

Black with #299AA0

Text Example


Text Example

White with #299AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #299AA0;
 }
 .AnyTagClassName
 {
   color: #299AA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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