Html Css Color HEX #188997 Java

📋 copy color: '#188997'

red 24 ◦ green 137 ◦ blue 151

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

Shades of Java #188997

Tints of Java #188997

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.91%

 BLUE value IS 151 (59.38% from 255) = 48.4%

R = 7.69%
G = 43.91%
B = 48.4%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#188997 (or 0x188997) is known color: Java. HEX triplet: 18, 89 and 97. RGB value is (24,137,151). Sum of RGB (Red+Green+Blue) = 24+137+151=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #188997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188997 is #E77668. Grayscale: #686868. Windows color (decimal): -15169129 or 9931032. OLE color: 9931032.

HSL color Cylindrical-coordinate representation of color #188997: hue angle of 186.61º degrees, saturation: 0.73, 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 #188997 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 137 151 -
CMYK 0.84 0.09 0 0.41
HSL 186.61º 0.73% 0.34% -
HSV(B) 186.61º 0.84% 0.59% -
XYZ 14.91 20.32 32.41 -
YUV 104.81 154.06 70.36 -
System Red Green Blue C M Y K H S L
Decimal 24 137 151 0.84 0.09 0 0.41 186.61 0.73 0.34
Hex 18 89 97 54 9 0 29 BB 49 22
Octal 30 211 227 124 11 0 51 273 111 42
Binary 11000 10001001 10010111 1010100 1001 0 101001 10111011 1001001 100010

Color Harmonies of #188997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188997

Black with #188997

Text Example


Text Example

White with #188997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188997; }

 p { color: rgb(24,137,151); }

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

background-color css

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

 a { background-color: rgb(24,137,151); }

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

border-color css

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

 span { border-color: rgb(24,137,151); }

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