Html Css Color HEX #18A49A Java

📋 copy color: '#18A49A'

red 24 ◦ green 164 ◦ blue 154

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

Shades of Java #18A49A

Tints of Java #18A49A

RGB

 RED value IS 24 (9.77% from 255) = 7.02%

 GREEN value IS 164 (64.45% from 255) = 47.95%

 BLUE value IS 154 (60.55% from 255) = 45.03%

R = 7.02%
G = 47.95%
B = 45.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#18A49A (or 0x18A49A) is known color: Java. HEX triplet: 18, A4 and 9A. RGB value is (24,164,154). Sum of RGB (Red+Green+Blue) = 24+164+154=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #18A49A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A49A is #E75B65. Grayscale: #787878. Windows color (decimal): -15162214 or 10134552. OLE color: 10134552.

HSL color Cylindrical-coordinate representation of color #18A49A: hue angle of 175.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A49A is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 164 154 -
CMYK 0.85 0 0.06 0.36
HSL 175.71º 0.74% 0.37% -
HSV(B) 175.71º 0.85% 0.64% -
XYZ 19.48 29.08 35.16 -
YUV 121 146.62 58.81 -
System Red Green Blue C M Y K H S L
Decimal 24 164 154 0.85 0 0.06 0.36 175.71 0.74 0.37
Hex 18 A4 9A 55 0 6 24 B0 4A 25
Octal 30 244 232 125 0 6 44 260 112 45
Binary 11000 10100100 10011010 1010101 0 110 100100 10110000 1001010 100101

Color Harmonies of #18A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A49A

Black with #18A49A

Text Example


Text Example

White with #18A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18A49A; }

 p { color: rgb(24,164,154); }

 H1.HeaderClassName
 {
   color: #18A49A;
 }
 .AnyTagClassName
 {
   color: #18A49A;
 }
</style>

background-color css

<style>
 a { background-color: #18A49A; }

 a { background-color: rgb(24,164,154); }

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

border-color css

<style>
 span { border-color: #18A49A; }

 span { border-color: rgb(24,164,154); }

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