Html Css Color HEX #18898A Java

📋 copy color: '#18898A'

red 24 ◦ green 137 ◦ blue 138

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

Shades of Java #18898A

Tints of Java #18898A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.15%

R = 8.03%
G = 45.82%
B = 46.15%

CMYK

 C value IS 0.83

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#18898A (or 0x18898A) is known color: Java. HEX triplet: 18, 89 and 8A. RGB value is (24,137,138). Sum of RGB (Red+Green+Blue) = 24+137+138=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #18898A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18898A is #E77675. Grayscale: #676767. Windows color (decimal): -15169142 or 9079064. OLE color: 9079064.

HSL color Cylindrical-coordinate representation of color #18898A: hue angle of 180.53º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18898A is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 137 138 -
CMYK 0.83 0.01 0 0.46
HSL 180.53º 0.7% 0.32% -
HSV(B) 180.53º 0.83% 0.54% -
XYZ 13.91 19.92 27.16 -
YUV 103.33 147.56 71.42 -
System Red Green Blue C M Y K H S L
Decimal 24 137 138 0.83 0.01 0 0.46 180.53 0.7 0.32
Hex 18 89 8A 53 1 0 2E B5 46 20
Octal 30 211 212 123 1 0 56 265 106 40
Binary 11000 10001001 10001010 1010011 1 0 101110 10110101 1000110 100000

Color Harmonies of #18898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18898A

Black with #18898A

Text Example


Text Example

White with #18898A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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