Html Css Color HEX #188D95 Java

📋 copy color: '#188D95'

red 24 ◦ green 141 ◦ blue 149

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

Shades of Java #188D95

Tints of Java #188D95

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.9%

 BLUE value IS 149 (58.59% from 255) = 47.45%

R = 7.64%
G = 44.9%
B = 47.45%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#188D95 (or 0x188D95) is known color: Java. HEX triplet: 18, 8D and 95. RGB value is (24,141,149). Sum of RGB (Red+Green+Blue) = 24+141+149=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #188D95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188D95 is #E7726A. Grayscale: #6A6A6A. Windows color (decimal): -15168107 or 9800984. OLE color: 9800984.

HSL color Cylindrical-coordinate representation of color #188D95: hue angle of 183.84º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188D95 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 141 149 -
CMYK 0.84 0.05 0 0.42
HSL 183.84º 0.72% 0.34% -
HSV(B) 183.84º 0.84% 0.58% -
XYZ 15.33 21.41 31.76 -
YUV 106.93 151.74 68.85 -
System Red Green Blue C M Y K H S L
Decimal 24 141 149 0.84 0.05 0 0.42 183.84 0.72 0.34
Hex 18 8D 95 54 5 0 2A B8 48 22
Octal 30 215 225 124 5 0 52 270 110 42
Binary 11000 10001101 10010101 1010100 101 0 101010 10111000 1001000 100010

Color Harmonies of #188D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188D95

Black with #188D95

Text Example


Text Example

White with #188D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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