Html Css Color HEX #188D9D Java

📋 copy color: '#188D9D'

red 24 ◦ green 141 ◦ blue 157

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

Shades of Java #188D9D

Tints of Java #188D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.76%

R = 7.45%
G = 43.79%
B = 48.76%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#188D9D (or 0x188D9D) is known color: Java. HEX triplet: 18, 8D and 9D. RGB value is (24,141,157). Sum of RGB (Red+Green+Blue) = 24+141+157=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #188D9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188D9D is #E77262. Grayscale: #6B6B6B. Windows color (decimal): -15168099 or 10325272. OLE color: 10325272.

HSL color Cylindrical-coordinate representation of color #188D9D: hue angle of 187.22º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #188D9D is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 141 157 -
CMYK 0.85 0.10 0 0.38
HSL 187.22º 0.73% 0.35% -
HSV(B) 187.22º 0.85% 0.62% -
XYZ 15.99 21.68 35.24 -
YUV 107.84 155.74 68.2 -
System Red Green Blue C M Y K H S L
Decimal 24 141 157 0.85 0.10 0 0.38 187.22 0.73 0.35
Hex 18 8D 9D 55 A 0 26 BB 49 23
Octal 30 215 235 125 12 0 46 273 111 43
Binary 11000 10001101 10011101 1010101 1010 0 100110 10111011 1001001 100011

Color Harmonies of #188D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188D9D

Black with #188D9D

Text Example


Text Example

White with #188D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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