Html Css Color HEX #2A8988 Java

📋 copy color: '#2A8988'

red 42 ◦ green 137 ◦ blue 136

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

Shades of Java #2A8988

Tints of Java #2A8988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.49%

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

R = 13.33%
G = 43.49%
B = 43.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#2A8988 (or 0x2A8988) is known color: Java. HEX triplet: 2A, 89 and 88. RGB value is (42,137,136). Sum of RGB (Red+Green+Blue) = 42+137+136=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8988 is #D57677. Grayscale: #6C6C6C. Windows color (decimal): -13989496 or 8948010. OLE color: 8948010.

HSL color Cylindrical-coordinate representation of color #2A8988: hue angle of 179.37º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8988 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 42 137 136 -
CMYK 0.69 0 0.01 0.46
HSL 179.37º 0.53% 0.35% -
HSV(B) 179.37º 0.69% 0.54% -
XYZ 14.34 20.16 26.43 -
YUV 108.48 143.53 80.58 -
System Red Green Blue C M Y K H S L
Decimal 42 137 136 0.69 0 0.01 0.46 179.37 0.53 0.35
Hex 2A 89 88 45 0 1 2E B3 35 23
Octal 52 211 210 105 0 1 56 263 65 43
Binary 101010 10001001 10001000 1000101 0 1 101110 10110011 110101 100011

Color Harmonies of #2A8988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8988

Black with #2A8988

Text Example


Text Example

White with #2A8988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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