Html Css Color HEX #18989F Java

📋 copy color: '#18989F'

red 24 ◦ green 152 ◦ blue 159

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

Shades of Java #18989F

Tints of Java #18989F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.37%

 BLUE value IS 159 (62.5% from 255) = 47.46%

R = 7.16%
G = 45.37%
B = 47.46%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18989F (or 0x18989F) is known color: Java. HEX triplet: 18, 98 and 9F. RGB value is (24,152,159). Sum of RGB (Red+Green+Blue) = 24+152+159=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #18989F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18989F is #E76760. Grayscale: #727272. Windows color (decimal): -15165281 or 10459160. OLE color: 10459160.

HSL color Cylindrical-coordinate representation of color #18989F: hue angle of 183.11º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18989F is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 152 159 -
CMYK 0.85 0.04 0 0.38
HSL 183.11º 0.74% 0.36% -
HSV(B) 183.11º 0.85% 0.62% -
XYZ 17.86 25.15 36.71 -
YUV 114.53 153.09 63.43 -
System Red Green Blue C M Y K H S L
Decimal 24 152 159 0.85 0.04 0 0.38 183.11 0.74 0.36
Hex 18 98 9F 55 4 0 26 B7 4A 24
Octal 30 230 237 125 4 0 46 267 112 44
Binary 11000 10011000 10011111 1010101 100 0 100110 10110111 1001010 100100

Color Harmonies of #18989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18989F

Black with #18989F

Text Example


Text Example

White with #18989F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18989F; }

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

 H1.HeaderClassName
 {
   color: #18989F;
 }
 .AnyTagClassName
 {
   color: #18989F;
 }
</style>

background-color css

<style>
 a { background-color: #18989F; }

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

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

border-color css

<style>
 span { border-color: #18989F; }

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

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