Html Css Color HEX #188CA1 Java

📋 copy color: '#188CA1'

red 24 ◦ green 140 ◦ blue 161

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

Shades of Java #188CA1

Tints of Java #188CA1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.08%

 BLUE value IS 161 (63.28% from 255) = 49.54%

R = 7.38%
G = 43.08%
B = 49.54%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#188CA1 (or 0x188CA1) is known color: Java. HEX triplet: 18, 8C and A1. RGB value is (24,140,161). Sum of RGB (Red+Green+Blue) = 24+140+161=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #188CA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188CA1 is #E7735E. Grayscale: #6B6B6B. Windows color (decimal): -15168351 or 10587160. OLE color: 10587160.

HSL color Cylindrical-coordinate representation of color #188CA1: hue angle of 189.2º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #188CA1 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 140 161 -
CMYK 0.85 0.13 0 0.37
HSL 189.2º 0.74% 0.36% -
HSV(B) 189.2º 0.85% 0.63% -
XYZ 16.19 21.52 37.02 -
YUV 107.71 158.07 68.29 -
System Red Green Blue C M Y K H S L
Decimal 24 140 161 0.85 0.13 0 0.37 189.2 0.74 0.36
Hex 18 8C A1 55 D 0 25 BD 4A 24
Octal 30 214 241 125 15 0 45 275 112 44
Binary 11000 10001100 10100001 1010101 1101 0 100101 10111101 1001010 100100

Color Harmonies of #188CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188CA1

Black with #188CA1

Text Example


Text Example

White with #188CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188CA1; }

 p { color: rgb(24,140,161); }

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

background-color css

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

 a { background-color: rgb(24,140,161); }

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

border-color css

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

 span { border-color: rgb(24,140,161); }

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