Html Css Color HEX #18A09C Java

📋 copy color: '#18A09C'

red 24 ◦ green 160 ◦ blue 156

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

Shades of Java #18A09C

Tints of Java #18A09C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.06%

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

R = 7.06%
G = 47.06%
B = 45.88%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#18A09C (or 0x18A09C) is known color: Java. HEX triplet: 18, A0 and 9C. RGB value is (24,160,156). Sum of RGB (Red+Green+Blue) = 24+160+156=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #18A09C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A09C is #E75F63. Grayscale: #767676. Windows color (decimal): -15163236 or 10264600. OLE color: 10264600.

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

Color convert

RGB 24 160 156 -
CMYK 0.85 0 0.02 0.37
HSL 178.24º 0.74% 0.36% -
HSV(B) 178.24º 0.85% 0.63% -
XYZ 18.95 27.74 35.81 -
YUV 118.88 148.94 60.33 -
System Red Green Blue C M Y K H S L
Decimal 24 160 156 0.85 0 0.02 0.37 178.24 0.74 0.36
Hex 18 A0 9C 55 0 2 25 B2 4A 24
Octal 30 240 234 125 0 2 45 262 112 44
Binary 11000 10100000 10011100 1010101 0 10 100101 10110010 1001010 100100

Color Harmonies of #18A09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A09C

Black with #18A09C

Text Example


Text Example

White with #18A09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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