Html Css Color HEX #188890 Java

📋 copy color: '#188890'

red 24 ◦ green 136 ◦ blue 144

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

Shades of Java #188890

Tints of Java #188890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.74%

 BLUE value IS 144 (56.64% from 255) = 47.37%

R = 7.89%
G = 44.74%
B = 47.37%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#188890 (or 0x188890) is known color: Java. HEX triplet: 18, 88 and 90. RGB value is (24,136,144). Sum of RGB (Red+Green+Blue) = 24+136+144=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #188890 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188890 is #E7776F. Grayscale: #676767. Windows color (decimal): -15169392 or 9472024. OLE color: 9472024.

HSL color Cylindrical-coordinate representation of color #188890: hue angle of 184º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188890 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 136 144 -
CMYK 0.83 0.06 0 0.44
HSL 184º 0.71% 0.33% -
HSV(B) 184º 0.83% 0.56% -
XYZ 14.21 19.82 29.46 -
YUV 103.42 150.89 71.35 -
System Red Green Blue C M Y K H S L
Decimal 24 136 144 0.83 0.06 0 0.44 184 0.71 0.33
Hex 18 88 90 53 6 0 2C B8 47 21
Octal 30 210 220 123 6 0 54 270 107 41
Binary 11000 10001000 10010000 1010011 110 0 101100 10111000 1000111 100001

Color Harmonies of #188890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188890

Black with #188890

Text Example


Text Example

White with #188890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188890; }

 p { color: rgb(24,136,144); }

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

background-color css

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

 a { background-color: rgb(24,136,144); }

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

border-color css

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

 span { border-color: rgb(24,136,144); }

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