Html Css Color HEX #299696 Java

📋 copy color: '#299696'

red 41 ◦ green 150 ◦ blue 150

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

Shades of Java #299696

Tints of Java #299696

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.99%

 BLUE value IS 150 (58.98% from 255) = 43.99%

R = 12.02%
G = 43.99%
B = 43.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#299696 (or 0x299696) is known color: Java. HEX triplet: 29, 96 and 96. RGB value is (41,150,150). Sum of RGB (Red+Green+Blue) = 41+150+150=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #299696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299696 is #D66969. Grayscale: #757575. Windows color (decimal): -14051690 or 9868841. OLE color: 9868841.

HSL color Cylindrical-coordinate representation of color #299696: hue angle of 180º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299696 is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 150 150 -
CMYK 0.73 0 0 0.41
HSL 180º 0.57% 0.37% -
HSV(B) 180º 0.73% 0.59% -
XYZ 17.33 24.49 32.67 -
YUV 117.41 146.39 73.5 -
System Red Green Blue C M Y K H S L
Decimal 41 150 150 0.73 0 0 0.41 180 0.57 0.37
Hex 29 96 96 49 0 0 29 B4 39 25
Octal 51 226 226 111 0 0 51 264 71 45
Binary 101001 10010110 10010110 1001001 0 0 101001 10110100 111001 100101

Color Harmonies of #299696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299696

Black with #299696

Text Example


Text Example

White with #299696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299696; }

 p { color: rgb(41,150,150); }

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

background-color css

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

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

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

border-color css

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

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

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