Html Css Color HEX #18A29E Java

📋 copy color: '#18A29E'

red 24 ◦ green 162 ◦ blue 158

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

Shades of Java #18A29E

Tints of Java #18A29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.93%

R = 6.98%
G = 47.09%
B = 45.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#18A29E (or 0x18A29E) is known color: Java. HEX triplet: 18, A2 and 9E. RGB value is (24,162,158). Sum of RGB (Red+Green+Blue) = 24+162+158=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #18A29E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A29E is #E75D61. Grayscale: #787878. Windows color (decimal): -15162722 or 10396184. OLE color: 10396184.

HSL color Cylindrical-coordinate representation of color #18A29E: hue angle of 178.26º 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 #18A29E is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 162 158 -
CMYK 0.85 0 0.02 0.36
HSL 178.26º 0.74% 0.36% -
HSV(B) 178.26º 0.85% 0.64% -
XYZ 19.47 28.5 36.82 -
YUV 120.28 149.28 59.33 -
System Red Green Blue C M Y K H S L
Decimal 24 162 158 0.85 0 0.02 0.36 178.26 0.74 0.36
Hex 18 A2 9E 55 0 2 24 B2 4A 24
Octal 30 242 236 125 0 2 44 262 112 44
Binary 11000 10100010 10011110 1010101 0 10 100100 10110010 1001010 100100

Color Harmonies of #18A29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A29E

Black with #18A29E

Text Example


Text Example

White with #18A29E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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