Html Css Color HEX #18899C Java

📋 copy color: '#18899C'

red 24 ◦ green 137 ◦ blue 156

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

Shades of Java #18899C

Tints of Java #18899C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.22%

 BLUE value IS 156 (61.33% from 255) = 49.21%

R = 7.57%
G = 43.22%
B = 49.21%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18899C (or 0x18899C) is known color: Java. HEX triplet: 18, 89 and 9C. RGB value is (24,137,156). Sum of RGB (Red+Green+Blue) = 24+137+156=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #18899C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18899C is #E77663. Grayscale: #696969. Windows color (decimal): -15169124 or 10258712. OLE color: 10258712.

HSL color Cylindrical-coordinate representation of color #18899C: hue angle of 188.64º 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 #18899C is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 137 156 -
CMYK 0.85 0.12 0 0.39
HSL 188.64º 0.73% 0.35% -
HSV(B) 188.64º 0.85% 0.61% -
XYZ 15.32 20.49 34.6 -
YUV 105.38 156.56 69.96 -
System Red Green Blue C M Y K H S L
Decimal 24 137 156 0.85 0.12 0 0.39 188.64 0.73 0.35
Hex 18 89 9C 55 C 0 27 BD 49 23
Octal 30 211 234 125 14 0 47 275 111 43
Binary 11000 10001001 10011100 1010101 1100 0 100111 10111101 1001001 100011

Color Harmonies of #18899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18899C

Black with #18899C

Text Example


Text Example

White with #18899C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18899C; }

 p { color: rgb(24,137,156); }

 H1.HeaderClassName
 {
   color: #18899C;
 }
 .AnyTagClassName
 {
   color: #18899C;
 }
</style>

background-color css

<style>
 a { background-color: #18899C; }

 a { background-color: rgb(24,137,156); }

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

border-color css

<style>
 span { border-color: #18899C; }

 span { border-color: rgb(24,137,156); }

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