Html Css Color HEX #18A29A Java

📋 copy color: '#18A29A'

red 24 ◦ green 162 ◦ blue 154

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

Shades of Java #18A29A

Tints of Java #18A29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.65%

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

R = 7.06%
G = 47.65%
B = 45.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#18A29A (or 0x18A29A) is known color: Java. HEX triplet: 18, A2 and 9A. RGB value is (24,162,154). Sum of RGB (Red+Green+Blue) = 24+162+154=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #18A29A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A29A is #E75D65. Grayscale: #777777. Windows color (decimal): -15162726 or 10134040. OLE color: 10134040.

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

Color convert

RGB 24 162 154 -
CMYK 0.85 0 0.05 0.36
HSL 176.52º 0.74% 0.36% -
HSV(B) 176.52º 0.85% 0.64% -
XYZ 19.13 28.37 35.04 -
YUV 119.83 147.28 59.65 -
System Red Green Blue C M Y K H S L
Decimal 24 162 154 0.85 0 0.05 0.36 176.52 0.74 0.36
Hex 18 A2 9A 55 0 5 24 B1 4A 24
Octal 30 242 232 125 0 5 44 261 112 44
Binary 11000 10100010 10011010 1010101 0 101 100100 10110001 1001010 100100

Color Harmonies of #18A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A29A

Black with #18A29A

Text Example


Text Example

White with #18A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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