Html Css Color HEX #2A988F Java

📋 copy color: '#2A988F'

red 42 ◦ green 152 ◦ blue 143

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

Shades of Java #2A988F

Tints of Java #2A988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.43%

R = 12.46%
G = 45.1%
B = 42.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#2A988F (or 0x2A988F) is known color: Java. HEX triplet: 2A, 98 and 8F. RGB value is (42,152,143). Sum of RGB (Red+Green+Blue) = 42+152+143=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #2A988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A988F is #D56770. Grayscale: #767676. Windows color (decimal): -13985649 or 9410602. OLE color: 9410602.

HSL color Cylindrical-coordinate representation of color #2A988F: hue angle of 175.09º 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 #2A988F is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 42 152 143 -
CMYK 0.72 0 0.06 0.40
HSL 175.09º 0.57% 0.38% -
HSV(B) 175.09º 0.72% 0.6% -
XYZ 17.14 24.93 29.9 -
YUV 118.08 142.06 73.73 -
System Red Green Blue C M Y K H S L
Decimal 42 152 143 0.72 0 0.06 0.40 175.09 0.57 0.38
Hex 2A 98 8F 48 0 6 28 AF 39 26
Octal 52 230 217 110 0 6 50 257 71 46
Binary 101010 10011000 10001111 1001000 0 110 101000 10101111 111001 100110

Color Harmonies of #2A988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A988F

Black with #2A988F

Text Example


Text Example

White with #2A988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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