Html Css Color HEX #299A9B Java

📋 copy color: '#299A9B'

red 41 ◦ green 154 ◦ blue 155

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

Shades of Java #299A9B

Tints of Java #299A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 11.71%
G = 44%
B = 44.29%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#299A9B (or 0x299A9B) is known color: Java. HEX triplet: 29, 9A and 9B. RGB value is (41,154,155). Sum of RGB (Red+Green+Blue) = 41+154+155=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #299A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299A9B is #D66564. Grayscale: #787878. Windows color (decimal): -14050661 or 10197545. OLE color: 10197545.

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

Color convert

RGB 41 154 155 -
CMYK 0.74 0.01 0 0.39
HSL 180.53º 0.58% 0.38% -
HSV(B) 180.53º 0.74% 0.61% -
XYZ 18.39 25.95 35.05 -
YUV 120.33 147.56 71.42 -
System Red Green Blue C M Y K H S L
Decimal 41 154 155 0.74 0.01 0 0.39 180.53 0.58 0.38
Hex 29 9A 9B 4A 1 0 27 B5 3A 26
Octal 51 232 233 112 1 0 47 265 72 46
Binary 101001 10011010 10011011 1001010 1 0 100111 10110101 111010 100110

Color Harmonies of #299A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299A9B

Black with #299A9B

Text Example


Text Example

White with #299A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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