Html Css Color HEX #18A09B Java

📋 copy color: '#18A09B'

red 24 ◦ green 160 ◦ blue 155

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

Shades of Java #18A09B

Tints of Java #18A09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 7.08%
G = 47.2%
B = 45.72%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#18A09B (or 0x18A09B) is known color: Java. HEX triplet: 18, A0 and 9B. RGB value is (24,160,155). Sum of RGB (Red+Green+Blue) = 24+160+155=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 160 - color contains mainly: green. Hex color #18A09B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A09B is #E75F64. Grayscale: #767676. Windows color (decimal): -15163237 or 10199064. OLE color: 10199064.

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

Color convert

RGB 24 160 155 -
CMYK 0.85 0 0.03 0.37
HSL 177.79º 0.74% 0.36% -
HSV(B) 177.79º 0.85% 0.63% -
XYZ 18.86 27.7 35.36 -
YUV 118.77 148.44 60.41 -
System Red Green Blue C M Y K H S L
Decimal 24 160 155 0.85 0 0.03 0.37 177.79 0.74 0.36
Hex 18 A0 9B 55 0 3 25 B2 4A 24
Octal 30 240 233 125 0 3 45 262 112 44
Binary 11000 10100000 10011011 1010101 0 11 100101 10110010 1001010 100100

Color Harmonies of #18A09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A09B

Black with #18A09B

Text Example


Text Example

White with #18A09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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