Html Css Color HEX #18A098 Java

📋 copy color: '#18A098'

red 24 ◦ green 160 ◦ blue 152

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

Shades of Java #18A098

Tints of Java #18A098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.24%

R = 7.14%
G = 47.62%
B = 45.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#18A098 (or 0x18A098) is known color: Java. HEX triplet: 18, A0 and 98. RGB value is (24,160,152). Sum of RGB (Red+Green+Blue) = 24+160+152=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #18A098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A098 is #E75F67. Grayscale: #767676. Windows color (decimal): -15163240 or 10002456. OLE color: 10002456.

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

Color convert

RGB 24 160 152 -
CMYK 0.85 0 0.05 0.37
HSL 176.47º 0.74% 0.36% -
HSV(B) 176.47º 0.85% 0.63% -
XYZ 18.61 27.6 34.05 -
YUV 118.42 146.94 60.65 -
System Red Green Blue C M Y K H S L
Decimal 24 160 152 0.85 0 0.05 0.37 176.47 0.74 0.36
Hex 18 A0 98 55 0 5 25 B0 4A 24
Octal 30 240 230 125 0 5 45 260 112 44
Binary 11000 10100000 10011000 1010101 0 101 100101 10110000 1001010 100100

Color Harmonies of #18A098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A098

Black with #18A098

Text Example


Text Example

White with #18A098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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