Html Css Color HEX #2A988B Java

📋 copy color: '#2A988B'

red 42 ◦ green 152 ◦ blue 139

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

Shades of Java #2A988B

Tints of Java #2A988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.65%

 BLUE value IS 139 (54.69% from 255) = 41.74%

R = 12.61%
G = 45.65%
B = 41.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#2A988B (or 0x2A988B) is known color: Java. HEX triplet: 2A, 98 and 8B. RGB value is (42,152,139). Sum of RGB (Red+Green+Blue) = 42+152+139=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #2A988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A988B is #D56774. Grayscale: #757575. Windows color (decimal): -13985653 or 9148458. OLE color: 9148458.

HSL color Cylindrical-coordinate representation of color #2A988B: hue angle of 172.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A988B is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 42 152 139 -
CMYK 0.72 0 0.09 0.40
HSL 172.91º 0.57% 0.38% -
HSV(B) 172.91º 0.72% 0.6% -
XYZ 16.84 24.81 28.33 -
YUV 117.63 140.06 74.06 -
System Red Green Blue C M Y K H S L
Decimal 42 152 139 0.72 0 0.09 0.40 172.91 0.57 0.38
Hex 2A 98 8B 48 0 9 28 AD 39 26
Octal 52 230 213 110 0 11 50 255 71 46
Binary 101010 10011000 10001011 1001000 0 1001 101000 10101101 111001 100110

Color Harmonies of #2A988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A988B

Black with #2A988B

Text Example


Text Example

White with #2A988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,152,139); }

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

background-color css

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

 a { background-color: rgb(42,152,139); }

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

border-color css

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

 span { border-color: rgb(42,152,139); }

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