Html Css Color HEX #18A49C Java

📋 copy color: '#18A49C'

red 24 ◦ green 164 ◦ blue 156

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

Shades of Java #18A49C

Tints of Java #18A49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.35%

R = 6.98%
G = 47.67%
B = 45.35%

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

#18A49C (or 0x18A49C) is known color: Java. HEX triplet: 18, A4 and 9C. RGB value is (24,164,156). Sum of RGB (Red+Green+Blue) = 24+164+156=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #18A49C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A49C is #E75B63. Grayscale: #797979. Windows color (decimal): -15162212 or 10265624. OLE color: 10265624.

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

Color convert

RGB 24 164 156 -
CMYK 0.85 0 0.05 0.36
HSL 176.57º 0.74% 0.37% -
HSV(B) 176.57º 0.85% 0.64% -
XYZ 19.65 29.15 36.04 -
YUV 121.23 147.62 58.65 -
System Red Green Blue C M Y K H S L
Decimal 24 164 156 0.85 0 0.05 0.36 176.57 0.74 0.37
Hex 18 A4 9C 55 0 5 24 B1 4A 25
Octal 30 244 234 125 0 5 44 261 112 45
Binary 11000 10100100 10011100 1010101 0 101 100100 10110001 1001010 100101

Color Harmonies of #18A49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A49C

Black with #18A49C

Text Example


Text Example

White with #18A49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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