Html Css Color HEX #188696 Java

📋 copy color: '#188696'

red 24 ◦ green 134 ◦ blue 150

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

Shades of Java #188696

Tints of Java #188696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.51%

 BLUE value IS 150 (58.98% from 255) = 48.7%

R = 7.79%
G = 43.51%
B = 48.7%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#188696 (or 0x188696) is known color: Java. HEX triplet: 18, 86 and 96. RGB value is (24,134,150). Sum of RGB (Red+Green+Blue) = 24+134+150=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #188696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188696 is #E77969. Grayscale: #666666. Windows color (decimal): -15169898 or 9864728. OLE color: 9864728.

HSL color Cylindrical-coordinate representation of color #188696: hue angle of 187.62º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188696 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 134 150 -
CMYK 0.84 0.11 0 0.41
HSL 187.62º 0.72% 0.34% -
HSV(B) 187.62º 0.84% 0.59% -
XYZ 14.41 19.45 31.85 -
YUV 102.93 154.56 71.7 -
System Red Green Blue C M Y K H S L
Decimal 24 134 150 0.84 0.11 0 0.41 187.62 0.72 0.34
Hex 18 86 96 54 B 0 29 BC 48 22
Octal 30 206 226 124 13 0 51 274 110 42
Binary 11000 10000110 10010110 1010100 1011 0 101001 10111100 1001000 100010

Color Harmonies of #188696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188696

Black with #188696

Text Example


Text Example

White with #188696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188696; }

 p { color: rgb(24,134,150); }

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

background-color css

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

 a { background-color: rgb(24,134,150); }

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

border-color css

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

 span { border-color: rgb(24,134,150); }

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