Html Css Color HEX #2A9488 Java

📋 copy color: '#2A9488'

red 42 ◦ green 148 ◦ blue 136

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

Shades of Java #2A9488

Tints of Java #2A9488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.4%

 BLUE value IS 136 (53.52% from 255) = 41.72%

R = 12.88%
G = 45.4%
B = 41.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#2A9488 (or 0x2A9488) is known color: Java. HEX triplet: 2A, 94 and 88. RGB value is (42,148,136). Sum of RGB (Red+Green+Blue) = 42+148+136=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #2A9488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9488 is #D56B77. Grayscale: #727272. Windows color (decimal): -13986680 or 8950826. OLE color: 8950826.

HSL color Cylindrical-coordinate representation of color #2A9488: hue angle of 173.21º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9488 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 148 136 -
CMYK 0.72 0 0.08 0.42
HSL 173.21º 0.56% 0.37% -
HSV(B) 173.21º 0.72% 0.58% -
XYZ 15.99 23.45 26.98 -
YUV 114.94 139.88 75.98 -
System Red Green Blue C M Y K H S L
Decimal 42 148 136 0.72 0 0.08 0.42 173.21 0.56 0.37
Hex 2A 94 88 48 0 8 2A AD 38 25
Octal 52 224 210 110 0 10 52 255 70 45
Binary 101010 10010100 10001000 1001000 0 1000 101010 10101101 111000 100101

Color Harmonies of #2A9488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9488

Black with #2A9488

Text Example


Text Example

White with #2A9488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,148,136); }

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

background-color css

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

 a { background-color: rgb(42,148,136); }

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

border-color css

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

 span { border-color: rgb(42,148,136); }

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