Html Css Color HEX #188690 Java

📋 copy color: '#188690'

red 24 ◦ green 134 ◦ blue 144

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

Shades of Java #188690

Tints of Java #188690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.37%

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

R = 7.95%
G = 44.37%
B = 47.68%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#188690 (or 0x188690) is known color: Java. HEX triplet: 18, 86 and 90. RGB value is (24,134,144). Sum of RGB (Red+Green+Blue) = 24+134+144=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #188690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188690 is #E7796F. Grayscale: #666666. Windows color (decimal): -15169904 or 9471512. OLE color: 9471512.

HSL color Cylindrical-coordinate representation of color #188690: hue angle of 185º 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 #188690 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 134 144 -
CMYK 0.83 0.07 0 0.44
HSL 185º 0.71% 0.33% -
HSV(B) 185º 0.83% 0.56% -
XYZ 13.94 19.26 29.37 -
YUV 102.25 151.56 72.19 -
System Red Green Blue C M Y K H S L
Decimal 24 134 144 0.83 0.07 0 0.44 185 0.71 0.33
Hex 18 86 90 53 7 0 2C B9 47 21
Octal 30 206 220 123 7 0 54 271 107 41
Binary 11000 10000110 10010000 1010011 111 0 101100 10111001 1000111 100001

Color Harmonies of #188690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188690

Black with #188690

Text Example


Text Example

White with #188690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188690; }

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

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

background-color css

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

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

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

border-color css

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

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

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