Html Css Color HEX #188E86 Java

📋 copy color: '#188E86'

red 24 ◦ green 142 ◦ blue 134

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

Shades of Java #188E86

Tints of Java #188E86

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.33%

 BLUE value IS 134 (52.73% from 255) = 44.67%

R = 8%
G = 47.33%
B = 44.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#188E86 (or 0x188E86) is known color: Java. HEX triplet: 18, 8E and 86. RGB value is (24,142,134). Sum of RGB (Red+Green+Blue) = 24+142+134=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 142 (55.86% from 255 or 47.33% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 142 - color contains mainly: green. Hex color #188E86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188E86 is #E77179. Grayscale: #696969. Windows color (decimal): -15167866 or 8818200. OLE color: 8818200.

HSL color Cylindrical-coordinate representation of color #188E86: hue angle of 175.93º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188E86 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 142 134 -
CMYK 0.83 0 0.06 0.44
HSL 175.93º 0.71% 0.33% -
HSV(B) 175.93º 0.83% 0.56% -
XYZ 14.35 21.26 25.9 -
YUV 105.81 143.91 69.65 -
System Red Green Blue C M Y K H S L
Decimal 24 142 134 0.83 0 0.06 0.44 175.93 0.71 0.33
Hex 18 8E 86 53 0 6 2C B0 47 21
Octal 30 216 206 123 0 6 54 260 107 41
Binary 11000 10001110 10000110 1010011 0 110 101100 10110000 1000111 100001

Color Harmonies of #188E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188E86

Black with #188E86

Text Example


Text Example

White with #188E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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