Html Css Color HEX #188995 Java

📋 copy color: '#188995'

red 24 ◦ green 137 ◦ blue 149

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

Shades of Java #188995

Tints of Java #188995

RGB

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

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

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

R = 7.74%
G = 44.19%
B = 48.06%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#188995 (or 0x188995) is known color: Java. HEX triplet: 18, 89 and 95. RGB value is (24,137,149). Sum of RGB (Red+Green+Blue) = 24+137+149=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #188995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188995 is #E7766A. Grayscale: #686868. Windows color (decimal): -15169131 or 9799960. OLE color: 9799960.

HSL color Cylindrical-coordinate representation of color #188995: hue angle of 185.76º 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 #188995 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 137 149 -
CMYK 0.84 0.08 0 0.42
HSL 185.76º 0.72% 0.34% -
HSV(B) 185.76º 0.84% 0.58% -
XYZ 14.75 20.26 31.57 -
YUV 104.58 153.06 70.52 -
System Red Green Blue C M Y K H S L
Decimal 24 137 149 0.84 0.08 0 0.42 185.76 0.72 0.34
Hex 18 89 95 54 8 0 2A BA 48 22
Octal 30 211 225 124 10 0 52 272 110 42
Binary 11000 10001001 10010101 1010100 1000 0 101010 10111010 1001000 100010

Color Harmonies of #188995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188995

Black with #188995

Text Example


Text Example

White with #188995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188995; }

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

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

background-color css

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

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

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

border-color css

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

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

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