Html Css Color HEX #18A194 Java

📋 copy color: '#18A194'

red 24 ◦ green 161 ◦ blue 148

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

Shades of Java #18A194

Tints of Java #18A194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 7.21%
G = 48.35%
B = 44.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#18A194 (or 0x18A194) is known color: Java. HEX triplet: 18, A1 and 94. RGB value is (24,161,148). Sum of RGB (Red+Green+Blue) = 24+161+148=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 161 - color contains mainly: green. Hex color #18A194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A194 is #E75E6B. Grayscale: #767676. Windows color (decimal): -15162988 or 9740568. OLE color: 9740568.

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

Color convert

RGB 24 161 148 -
CMYK 0.85 0 0.08 0.37
HSL 174.31º 0.74% 0.36% -
HSV(B) 174.31º 0.85% 0.63% -
XYZ 18.47 27.82 32.41 -
YUV 118.56 144.61 60.56 -
System Red Green Blue C M Y K H S L
Decimal 24 161 148 0.85 0 0.08 0.37 174.31 0.74 0.36
Hex 18 A1 94 55 0 8 25 AE 4A 24
Octal 30 241 224 125 0 10 45 256 112 44
Binary 11000 10100001 10010100 1010101 0 1000 100101 10101110 1001010 100100

Color Harmonies of #18A194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A194

Black with #18A194

Text Example


Text Example

White with #18A194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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