Html Css Color HEX #29A198 Java

📋 copy color: '#29A198'

red 41 ◦ green 161 ◦ blue 152

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

Shades of Java #29A198

Tints of Java #29A198

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.48%

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

R = 11.58%
G = 45.48%
B = 42.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#29A198 (or 0x29A198) is known color: Java. HEX triplet: 29, A1 and 98. RGB value is (41,161,152). Sum of RGB (Red+Green+Blue) = 41+161+152=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #29A198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A198 is #D65E67. Grayscale: #7C7C7C. Windows color (decimal): -14048872 or 10002729. OLE color: 10002729.

HSL color Cylindrical-coordinate representation of color #29A198: hue angle of 175.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A198 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 161 152 -
CMYK 0.75 0 0.06 0.37
HSL 175.5º 0.59% 0.4% -
HSV(B) 175.5º 0.75% 0.63% -
XYZ 19.33 28.23 34.14 -
YUV 124.09 143.74 68.73 -
System Red Green Blue C M Y K H S L
Decimal 41 161 152 0.75 0 0.06 0.37 175.5 0.59 0.4
Hex 29 A1 98 4B 0 6 25 B0 3B 28
Octal 51 241 230 113 0 6 45 260 73 50
Binary 101001 10100001 10011000 1001011 0 110 100101 10110000 111011 101000

Color Harmonies of #29A198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A198

Black with #29A198

Text Example


Text Example

White with #29A198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29A198; }

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

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

background-color css

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

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

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

border-color css

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

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

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