Html Css Color HEX #299A93 Java

📋 copy color: '#299A93'

red 41 ◦ green 154 ◦ blue 147

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

Shades of Java #299A93

Tints of Java #299A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.98%

R = 11.99%
G = 45.03%
B = 42.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#299A93 (or 0x299A93) is known color: Java. HEX triplet: 29, 9A and 93. RGB value is (41,154,147). Sum of RGB (Red+Green+Blue) = 41+154+147=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 154 - color contains mainly: green. Hex color #299A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299A93 is #D6656C. Grayscale: #777777. Windows color (decimal): -14050669 or 9673257. OLE color: 9673257.

HSL color Cylindrical-coordinate representation of color #299A93: hue angle of 176.28º 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 #299A93 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 154 147 -
CMYK 0.73 0 0.05 0.40
HSL 176.28º 0.58% 0.38% -
HSV(B) 176.28º 0.73% 0.6% -
XYZ 17.74 25.69 31.63 -
YUV 119.42 143.56 72.07 -
System Red Green Blue C M Y K H S L
Decimal 41 154 147 0.73 0 0.05 0.40 176.28 0.58 0.38
Hex 29 9A 93 49 0 5 28 B0 3A 26
Octal 51 232 223 111 0 5 50 260 72 46
Binary 101001 10011010 10010011 1001001 0 101 101000 10110000 111010 100110

Color Harmonies of #299A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299A93

Black with #299A93

Text Example


Text Example

White with #299A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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