Html Css Color HEX #299A98 Java

📋 copy color: '#299A98'

red 41 ◦ green 154 ◦ blue 152

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

Shades of Java #299A98

Tints of Java #299A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.8%

R = 11.82%
G = 44.38%
B = 43.8%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#299A98 (or 0x299A98) is known color: Java. HEX triplet: 29, 9A and 98. RGB value is (41,154,152). Sum of RGB (Red+Green+Blue) = 41+154+152=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 154 - color contains mainly: green. Hex color #299A98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299A98 is #D66567. Grayscale: #777777. Windows color (decimal): -14050664 or 10000937. OLE color: 10000937.

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

Color convert

RGB 41 154 152 -
CMYK 0.73 0 0.01 0.40
HSL 178.94º 0.58% 0.38% -
HSV(B) 178.94º 0.73% 0.6% -
XYZ 18.14 25.85 33.74 -
YUV 119.99 146.06 71.66 -
System Red Green Blue C M Y K H S L
Decimal 41 154 152 0.73 0 0.01 0.40 178.94 0.58 0.38
Hex 29 9A 98 49 0 1 28 B3 3A 26
Octal 51 232 230 111 0 1 50 263 72 46
Binary 101001 10011010 10011000 1001001 0 1 101000 10110011 111010 100110

Color Harmonies of #299A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299A98

Black with #299A98

Text Example


Text Example

White with #299A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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