Html Css Color HEX #18888C Java

📋 copy color: '#18888C'

red 24 ◦ green 136 ◦ blue 140

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

Shades of Java #18888C

Tints of Java #18888C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.67%

R = 8%
G = 45.33%
B = 46.67%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18888C (or 0x18888C) is known color: Java. HEX triplet: 18, 88 and 8C. RGB value is (24,136,140). Sum of RGB (Red+Green+Blue) = 24+136+140=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #18888C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18888C is #E77773. Grayscale: #666666. Windows color (decimal): -15169396 or 9209880. OLE color: 9209880.

HSL color Cylindrical-coordinate representation of color #18888C: hue angle of 182.07º 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 #18888C is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 136 140 -
CMYK 0.83 0.03 0 0.45
HSL 182.07º 0.71% 0.32% -
HSV(B) 182.07º 0.83% 0.55% -
XYZ 13.91 19.7 27.88 -
YUV 102.97 148.89 71.67 -
System Red Green Blue C M Y K H S L
Decimal 24 136 140 0.83 0.03 0 0.45 182.07 0.71 0.32
Hex 18 88 8C 53 3 0 2D B6 47 20
Octal 30 210 214 123 3 0 55 266 107 40
Binary 11000 10001000 10001100 1010011 11 0 101101 10110110 1000111 100000

Color Harmonies of #18888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18888C

Black with #18888C

Text Example


Text Example

White with #18888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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