Html Css Color HEX #2AA196 Java

📋 copy color: '#2AA196'

red 42 ◦ green 161 ◦ blue 150

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

Shades of Java #2AA196

Tints of Java #2AA196

RGB

 RED value IS 42 (16.8% from 255) = 11.9%

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

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

R = 11.9%
G = 45.61%
B = 42.49%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#2AA196 (or 0x2AA196) is known color: Java. HEX triplet: 2A, A1 and 96. RGB value is (42,161,150). Sum of RGB (Red+Green+Blue) = 42+161+150=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA196 is #D55E69. Grayscale: #7C7C7C. Windows color (decimal): -13983338 or 9871658. OLE color: 9871658.

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

Color convert

RGB 42 161 150 -
CMYK 0.74 0 0.07 0.37
HSL 174.45º 0.59% 0.4% -
HSV(B) 174.45º 0.74% 0.63% -
XYZ 19.2 28.18 33.28 -
YUV 124.17 142.58 69.39 -
System Red Green Blue C M Y K H S L
Decimal 42 161 150 0.74 0 0.07 0.37 174.45 0.59 0.4
Hex 2A A1 96 4A 0 7 25 AE 3B 28
Octal 52 241 226 112 0 7 45 256 73 50
Binary 101010 10100001 10010110 1001010 0 111 100101 10101110 111011 101000

Color Harmonies of #2AA196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA196

Black with #2AA196

Text Example


Text Example

White with #2AA196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AA196; }

 p { color: rgb(42,161,150); }

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

background-color css

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

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

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

border-color css

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

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

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