Html Css Color HEX #188C8E Java

📋 copy color: '#188C8E'

red 24 ◦ green 140 ◦ blue 142

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

Shades of Java #188C8E

Tints of Java #188C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.41%

R = 7.84%
G = 45.75%
B = 46.41%

CMYK

 C value IS 0.83

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#188C8E (or 0x188C8E) is known color: Java. HEX triplet: 18, 8C and 8E. RGB value is (24,140,142). Sum of RGB (Red+Green+Blue) = 24+140+142=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #188C8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188C8E is #E77371. Grayscale: #696969. Windows color (decimal): -15168370 or 9341976. OLE color: 9341976.

HSL color Cylindrical-coordinate representation of color #188C8E: hue angle of 181.02º 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 #188C8E is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 140 142 -
CMYK 0.83 0.01 0 0.44
HSL 181.02º 0.71% 0.33% -
HSV(B) 181.02º 0.83% 0.56% -
XYZ 14.64 20.9 28.85 -
YUV 105.54 148.57 69.84 -
System Red Green Blue C M Y K H S L
Decimal 24 140 142 0.83 0.01 0 0.44 181.02 0.71 0.33
Hex 18 8C 8E 53 1 0 2C B5 47 21
Octal 30 214 216 123 1 0 54 265 107 41
Binary 11000 10001100 10001110 1010011 1 0 101100 10110101 1000111 100001

Color Harmonies of #188C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188C8E

Black with #188C8E

Text Example


Text Example

White with #188C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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