Html Css Color HEX #18888F Java

📋 copy color: '#18888F'

red 24 ◦ green 136 ◦ blue 143

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

Shades of Java #18888F

Tints of Java #18888F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.19%

R = 7.92%
G = 44.88%
B = 47.19%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18888F (or 0x18888F) is known color: Java. HEX triplet: 18, 88 and 8F. RGB value is (24,136,143). Sum of RGB (Red+Green+Blue) = 24+136+143=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #18888F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18888F is #E77770. Grayscale: #676767. Windows color (decimal): -15169393 or 9406488. OLE color: 9406488.

HSL color Cylindrical-coordinate representation of color #18888F: hue angle of 183.53º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18888F is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 136 143 -
CMYK 0.83 0.05 0 0.44
HSL 183.53º 0.71% 0.33% -
HSV(B) 183.53º 0.83% 0.56% -
XYZ 14.14 19.79 29.06 -
YUV 103.31 150.39 71.43 -
System Red Green Blue C M Y K H S L
Decimal 24 136 143 0.83 0.05 0 0.44 183.53 0.71 0.33
Hex 18 88 8F 53 5 0 2C B8 47 21
Octal 30 210 217 123 5 0 54 270 107 41
Binary 11000 10001000 10001111 1010011 101 0 101100 10111000 1000111 100001

Color Harmonies of #18888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18888F

Black with #18888F

Text Example


Text Example

White with #18888F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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