Html Css Color HEX #188F8C Java

📋 copy color: '#188F8C'

red 24 ◦ green 143 ◦ blue 140

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

Shades of Java #188F8C

Tints of Java #188F8C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.58%

 BLUE value IS 140 (55.08% from 255) = 45.6%

R = 7.82%
G = 46.58%
B = 45.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#188F8C (or 0x188F8C) is known color: Java. HEX triplet: 18, 8F and 8C. RGB value is (24,143,140). Sum of RGB (Red+Green+Blue) = 24+143+140=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 143 - color contains mainly: green. Hex color #188F8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188F8C is #E77073. Grayscale: #6A6A6A. Windows color (decimal): -15167604 or 9211672. OLE color: 9211672.

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

Color convert

RGB 24 143 140 -
CMYK 0.83 0 0.02 0.44
HSL 178.49º 0.71% 0.33% -
HSV(B) 178.49º 0.83% 0.56% -
XYZ 14.93 21.73 28.22 -
YUV 107.08 146.58 68.74 -
System Red Green Blue C M Y K H S L
Decimal 24 143 140 0.83 0 0.02 0.44 178.49 0.71 0.33
Hex 18 8F 8C 53 0 2 2C B2 47 21
Octal 30 217 214 123 0 2 54 262 107 41
Binary 11000 10001111 10001100 1010011 0 10 101100 10110010 1000111 100001

Color Harmonies of #188F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188F8C

Black with #188F8C

Text Example


Text Example

White with #188F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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