Html Css Color HEX #2A988D Java

📋 copy color: '#2A988D'

red 42 ◦ green 152 ◦ blue 141

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

Shades of Java #2A988D

Tints of Java #2A988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 12.54%
G = 45.37%
B = 42.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#2A988D (or 0x2A988D) is known color: Java. HEX triplet: 2A, 98 and 8D. RGB value is (42,152,141). Sum of RGB (Red+Green+Blue) = 42+152+141=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #2A988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A988D is #D56772. Grayscale: #757575. Windows color (decimal): -13985651 or 9279530. OLE color: 9279530.

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

Color convert

RGB 42 152 141 -
CMYK 0.72 0 0.07 0.40
HSL 174º 0.57% 0.38% -
HSV(B) 174º 0.72% 0.6% -
XYZ 16.99 24.87 29.1 -
YUV 117.86 141.06 73.89 -
System Red Green Blue C M Y K H S L
Decimal 42 152 141 0.72 0 0.07 0.40 174 0.57 0.38
Hex 2A 98 8D 48 0 7 28 AE 39 26
Octal 52 230 215 110 0 7 50 256 71 46
Binary 101010 10011000 10001101 1001000 0 111 101000 10101110 111001 100110

Color Harmonies of #2A988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A988D

Black with #2A988D

Text Example


Text Example

White with #2A988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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