Html Css Color HEX #2A8C89 Java

📋 copy color: '#2A8C89'

red 42 ◦ green 140 ◦ blue 137

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

Shades of Java #2A8C89

Tints of Java #2A8C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.89%

 BLUE value IS 137 (53.91% from 255) = 42.95%

R = 13.17%
G = 43.89%
B = 42.95%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#2A8C89 (or 0x2A8C89) is known color: Java. HEX triplet: 2A, 8C and 89. RGB value is (42,140,137). Sum of RGB (Red+Green+Blue) = 42+140+137=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 140 - color contains mainly: green. Hex color #2A8C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8C89 is #D57376. Grayscale: #6E6E6E. Windows color (decimal): -13988727 or 9014314. OLE color: 9014314.

HSL color Cylindrical-coordinate representation of color #2A8C89: hue angle of 178.16º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8C89 is Cyan = 0.7, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 42 140 137 -
CMYK 0.7 0 0.02 0.45
HSL 178.16º 0.54% 0.36% -
HSV(B) 178.16º 0.7% 0.55% -
XYZ 14.85 21.05 26.95 -
YUV 110.36 143.03 79.24 -
System Red Green Blue C M Y K H S L
Decimal 42 140 137 0.7 0 0.02 0.45 178.16 0.54 0.36
Hex 2A 8C 89 46 0 2 2D B2 36 24
Octal 52 214 211 106 0 2 55 262 66 44
Binary 101010 10001100 10001001 1000110 0 10 101101 10110010 110110 100100

Color Harmonies of #2A8C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8C89

Black with #2A8C89

Text Example


Text Example

White with #2A8C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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