Html Css Color HEX #299EA0 Java

📋 copy color: '#299EA0'

red 41 ◦ green 158 ◦ blue 160

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

Shades of Java #299EA0

Tints of Java #299EA0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.01%

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

R = 11.42%
G = 44.01%
B = 44.57%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#299EA0 (or 0x299EA0) is known color: Java. HEX triplet: 29, 9E and A0. RGB value is (41,158,160). Sum of RGB (Red+Green+Blue) = 41+158+160=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 160 - color contains mainly: blue. Hex color #299EA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299EA0 is #D6615F. Grayscale: #7B7B7B. Windows color (decimal): -14049632 or 10526249. OLE color: 10526249.

HSL color Cylindrical-coordinate representation of color #299EA0: hue angle of 181.01º 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 #299EA0 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 158 160 -
CMYK 0.74 0.01 0 0.37
HSL 181.01º 0.59% 0.39% -
HSV(B) 181.01º 0.74% 0.63% -
XYZ 19.49 27.46 37.53 -
YUV 123.25 148.74 69.34 -
System Red Green Blue C M Y K H S L
Decimal 41 158 160 0.74 0.01 0 0.37 181.01 0.59 0.39
Hex 29 9E A0 4A 1 0 25 B5 3B 27
Octal 51 236 240 112 1 0 45 265 73 47
Binary 101001 10011110 10100000 1001010 1 0 100101 10110101 111011 100111

Color Harmonies of #299EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299EA0

Black with #299EA0

Text Example


Text Example

White with #299EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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