Html Css Color HEX #188990 Java

📋 copy color: '#188990'

red 24 ◦ green 137 ◦ blue 144

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

Shades of Java #188990

Tints of Java #188990

RGB

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

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

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

R = 7.87%
G = 44.92%
B = 47.21%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#188990 (or 0x188990) is known color: Java. HEX triplet: 18, 89 and 90. RGB value is (24,137,144). Sum of RGB (Red+Green+Blue) = 24+137+144=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #188990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188990 is #E7766F. Grayscale: #676767. Windows color (decimal): -15169136 or 9472280. OLE color: 9472280.

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

Color convert

RGB 24 137 144 -
CMYK 0.83 0.05 0 0.44
HSL 183.5º 0.71% 0.33% -
HSV(B) 183.5º 0.83% 0.56% -
XYZ 14.36 20.1 29.51 -
YUV 104.01 150.56 70.93 -
System Red Green Blue C M Y K H S L
Decimal 24 137 144 0.83 0.05 0 0.44 183.5 0.71 0.33
Hex 18 89 90 53 5 0 2C B8 47 21
Octal 30 211 220 123 5 0 54 270 107 41
Binary 11000 10001001 10010000 1010011 101 0 101100 10111000 1000111 100001

Color Harmonies of #188990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188990

Black with #188990

Text Example


Text Example

White with #188990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188990; }

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

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

background-color css

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

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

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

border-color css

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

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

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