Html Css Color HEX #18999B Java

📋 copy color: '#18999B'

red 24 ◦ green 153 ◦ blue 155

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

Shades of Java #18999B

Tints of Java #18999B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.08%

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

R = 7.23%
G = 46.08%
B = 46.69%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18999B (or 0x18999B) is known color: Java. HEX triplet: 18, 99 and 9B. RGB value is (24,153,155). Sum of RGB (Red+Green+Blue) = 24+153+155=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #18999B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18999B is #E76664. Grayscale: #727272. Windows color (decimal): -15165029 or 10197272. OLE color: 10197272.

HSL color Cylindrical-coordinate representation of color #18999B: hue angle of 180.92º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18999B is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 153 155 -
CMYK 0.85 0.01 0 0.39
HSL 180.92º 0.73% 0.35% -
HSV(B) 180.92º 0.85% 0.61% -
XYZ 17.68 25.34 34.97 -
YUV 114.66 150.76 63.34 -
System Red Green Blue C M Y K H S L
Decimal 24 153 155 0.85 0.01 0 0.39 180.92 0.73 0.35
Hex 18 99 9B 55 1 0 27 B5 49 23
Octal 30 231 233 125 1 0 47 265 111 43
Binary 11000 10011001 10011011 1010101 1 0 100111 10110101 1001001 100011

Color Harmonies of #18999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18999B

Black with #18999B

Text Example


Text Example

White with #18999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18999B; }

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

 H1.HeaderClassName
 {
   color: #18999B;
 }
 .AnyTagClassName
 {
   color: #18999B;
 }
</style>

background-color css

<style>
 a { background-color: #18999B; }

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

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

border-color css

<style>
 span { border-color: #18999B; }

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

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