Html Css Color HEX #18A197 Java

📋 copy color: '#18A197'

red 24 ◦ green 161 ◦ blue 151

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

Shades of Java #18A197

Tints of Java #18A197

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.92%

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 7.14%
G = 47.92%
B = 44.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#18A197 (or 0x18A197) is known color: Java. HEX triplet: 18, A1 and 97. RGB value is (24,161,151). Sum of RGB (Red+Green+Blue) = 24+161+151=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #18A197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A197 is #E75E68. Grayscale: #767676. Windows color (decimal): -15162985 or 9937176. OLE color: 9937176.

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

Color convert

RGB 24 161 151 -
CMYK 0.85 0 0.06 0.37
HSL 175.62º 0.74% 0.36% -
HSV(B) 175.62º 0.85% 0.63% -
XYZ 18.71 27.92 33.68 -
YUV 118.9 146.11 60.31 -
System Red Green Blue C M Y K H S L
Decimal 24 161 151 0.85 0 0.06 0.37 175.62 0.74 0.36
Hex 18 A1 97 55 0 6 25 B0 4A 24
Octal 30 241 227 125 0 6 45 260 112 44
Binary 11000 10100001 10010111 1010101 0 110 100101 10110000 1001010 100100

Color Harmonies of #18A197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A197

Black with #18A197

Text Example


Text Example

White with #18A197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,161,151); }

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

background-color css

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

 a { background-color: rgb(24,161,151); }

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

border-color css

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

 span { border-color: rgb(24,161,151); }

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