Html Css Color HEX #188992 Java

📋 copy color: '#188992'

red 24 ◦ green 137 ◦ blue 146

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

Shades of Java #188992

Tints of Java #188992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.56%

R = 7.82%
G = 44.63%
B = 47.56%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#188992 (or 0x188992) is known color: Java. HEX triplet: 18, 89 and 92. RGB value is (24,137,146). Sum of RGB (Red+Green+Blue) = 24+137+146=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #188992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188992 is #E7766D. Grayscale: #686868. Windows color (decimal): -15169134 or 9603352. OLE color: 9603352.

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

Color convert

RGB 24 137 146 -
CMYK 0.84 0.06 0 0.43
HSL 184.43º 0.72% 0.33% -
HSV(B) 184.43º 0.84% 0.57% -
XYZ 14.51 20.16 30.32 -
YUV 104.24 151.56 70.77 -
System Red Green Blue C M Y K H S L
Decimal 24 137 146 0.84 0.06 0 0.43 184.43 0.72 0.33
Hex 18 89 92 54 6 0 2B B8 48 21
Octal 30 211 222 124 6 0 53 270 110 41
Binary 11000 10001001 10010010 1010100 110 0 101011 10111000 1001000 100001

Color Harmonies of #188992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188992

Black with #188992

Text Example


Text Example

White with #188992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188992; }

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

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

background-color css

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

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

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

border-color css

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

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

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