Html Css Color HEX #18888D Java

📋 copy color: '#18888D'

red 24 ◦ green 136 ◦ blue 141

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

Shades of Java #18888D

Tints of Java #18888D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.84%

R = 7.97%
G = 45.18%
B = 46.84%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18888D (or 0x18888D) is known color: Java. HEX triplet: 18, 88 and 8D. RGB value is (24,136,141). Sum of RGB (Red+Green+Blue) = 24+136+141=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #18888D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18888D is #E77772. Grayscale: #666666. Windows color (decimal): -15169395 or 9275416. OLE color: 9275416.

HSL color Cylindrical-coordinate representation of color #18888D: hue angle of 182.56º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18888D is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 136 141 -
CMYK 0.83 0.04 0 0.45
HSL 182.56º 0.71% 0.32% -
HSV(B) 182.56º 0.83% 0.55% -
XYZ 13.99 19.73 28.27 -
YUV 103.08 149.39 71.59 -
System Red Green Blue C M Y K H S L
Decimal 24 136 141 0.83 0.04 0 0.45 182.56 0.71 0.32
Hex 18 88 8D 53 4 0 2D B7 47 20
Octal 30 210 215 123 4 0 55 267 107 40
Binary 11000 10001000 10001101 1010011 100 0 101101 10110111 1000111 100000

Color Harmonies of #18888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18888D

Black with #18888D

Text Example


Text Example

White with #18888D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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