Html Css Color HEX #299B8E Java

📋 copy color: '#299B8E'

red 41 ◦ green 155 ◦ blue 142

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

Shades of Java #299B8E

Tints of Java #299B8E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.86%

 BLUE value IS 142 (55.86% from 255) = 42.01%

R = 12.13%
G = 45.86%
B = 42.01%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#299B8E (or 0x299B8E) is known color: Java. HEX triplet: 29, 9B and 8E. RGB value is (41,155,142). Sum of RGB (Red+Green+Blue) = 41+155+142=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #299B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299B8E is #D66471. Grayscale: #777777. Windows color (decimal): -14050418 or 9345833. OLE color: 9345833.

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

Color convert

RGB 41 155 142 -
CMYK 0.74 0 0.08 0.39
HSL 173.16º 0.58% 0.38% -
HSV(B) 173.16º 0.74% 0.61% -
XYZ 17.52 25.87 29.66 -
YUV 119.43 140.73 72.06 -
System Red Green Blue C M Y K H S L
Decimal 41 155 142 0.74 0 0.08 0.39 173.16 0.58 0.38
Hex 29 9B 8E 4A 0 8 27 AD 3A 26
Octal 51 233 216 112 0 10 47 255 72 46
Binary 101001 10011011 10001110 1001010 0 1000 100111 10101101 111010 100110

Color Harmonies of #299B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299B8E

Black with #299B8E

Text Example


Text Example

White with #299B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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