Html Css Color HEX #188391 Java

📋 copy color: '#188391'

red 24 ◦ green 131 ◦ blue 145

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

Shades of Java #188391

Tints of Java #188391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.67%

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 8%
G = 43.67%
B = 48.33%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#188391 (or 0x188391) is known color: Java. HEX triplet: 18, 83 and 91. RGB value is (24,131,145). Sum of RGB (Red+Green+Blue) = 24+131+145=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #188391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188391 is #E77C6E. Grayscale: #646464. Windows color (decimal): -15170671 or 9536280. OLE color: 9536280.

HSL color Cylindrical-coordinate representation of color #188391: hue angle of 186.94º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188391 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 24 131 145 -
CMYK 0.83 0.10 0 0.43
HSL 186.94º 0.72% 0.33% -
HSV(B) 186.94º 0.83% 0.57% -
XYZ 13.6 18.47 29.64 -
YUV 100.6 153.05 73.36 -
System Red Green Blue C M Y K H S L
Decimal 24 131 145 0.83 0.10 0 0.43 186.94 0.72 0.33
Hex 18 83 91 53 A 0 2B BB 48 21
Octal 30 203 221 123 12 0 53 273 110 41
Binary 11000 10000011 10010001 1010011 1010 0 101011 10111011 1001000 100001

Color Harmonies of #188391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188391

Black with #188391

Text Example


Text Example

White with #188391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188391; }

 p { color: rgb(24,131,145); }

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

background-color css

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

 a { background-color: rgb(24,131,145); }

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

border-color css

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

 span { border-color: rgb(24,131,145); }

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