Html Css Color HEX #188C96 Java

📋 copy color: '#188C96'

red 24 ◦ green 140 ◦ blue 150

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

Shades of Java #188C96

Tints of Java #188C96

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.59%

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

R = 7.64%
G = 44.59%
B = 47.77%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#188C96 (or 0x188C96) is known color: Java. HEX triplet: 18, 8C and 96. RGB value is (24,140,150). Sum of RGB (Red+Green+Blue) = 24+140+150=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #188C96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188C96 is #E77369. Grayscale: #6A6A6A. Windows color (decimal): -15168362 or 9866264. OLE color: 9866264.

HSL color Cylindrical-coordinate representation of color #188C96: hue angle of 184.76º 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 #188C96 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 140 150 -
CMYK 0.84 0.07 0 0.41
HSL 184.76º 0.72% 0.34% -
HSV(B) 184.76º 0.84% 0.59% -
XYZ 15.26 21.15 32.13 -
YUV 106.46 152.57 69.19 -
System Red Green Blue C M Y K H S L
Decimal 24 140 150 0.84 0.07 0 0.41 184.76 0.72 0.34
Hex 18 8C 96 54 7 0 29 B9 48 22
Octal 30 214 226 124 7 0 51 271 110 42
Binary 11000 10001100 10010110 1010100 111 0 101001 10111001 1001000 100010

Color Harmonies of #188C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188C96

Black with #188C96

Text Example


Text Example

White with #188C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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