Html Css Color HEX #18889A Java

📋 copy color: '#18889A'

red 24 ◦ green 136 ◦ blue 154

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

Shades of Java #18889A

Tints of Java #18889A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.31%

 BLUE value IS 154 (60.55% from 255) = 49.04%

R = 7.64%
G = 43.31%
B = 49.04%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#18889A (or 0x18889A) is known color: Java. HEX triplet: 18, 88 and 9A. RGB value is (24,136,154). Sum of RGB (Red+Green+Blue) = 24+136+154=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #18889A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18889A is #E77765. Grayscale: #686868. Windows color (decimal): -15169382 or 10127384. OLE color: 10127384.

HSL color Cylindrical-coordinate representation of color #18889A: hue angle of 188.31º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18889A is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 136 154 -
CMYK 0.84 0.12 0 0.40
HSL 188.31º 0.73% 0.35% -
HSV(B) 188.31º 0.84% 0.6% -
XYZ 15.01 20.14 33.67 -
YUV 104.56 155.89 70.54 -
System Red Green Blue C M Y K H S L
Decimal 24 136 154 0.84 0.12 0 0.40 188.31 0.73 0.35
Hex 18 88 9A 54 C 0 28 BC 49 23
Octal 30 210 232 124 14 0 50 274 111 43
Binary 11000 10001000 10011010 1010100 1100 0 101000 10111100 1001001 100011

Color Harmonies of #18889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18889A

Black with #18889A

Text Example


Text Example

White with #18889A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18889A; }

 p { color: rgb(24,136,154); }

 H1.HeaderClassName
 {
   color: #18889A;
 }
 .AnyTagClassName
 {
   color: #18889A;
 }
</style>

background-color css

<style>
 a { background-color: #18889A; }

 a { background-color: rgb(24,136,154); }

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

border-color css

<style>
 span { border-color: #18889A; }

 span { border-color: rgb(24,136,154); }

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