Html Css Color HEX #188071 Deep Sea

📋 copy color: '#188071'

red 24 ◦ green 128 ◦ blue 113

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

Shades of Deep Sea #188071

Tints of Deep Sea #188071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.3%

 BLUE value IS 113 (44.53% from 255) = 42.64%

R = 9.06%
G = 48.3%
B = 42.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#188071 (or 0x188071) is known color: Deep Sea. HEX triplet: 18, 80 and 71. RGB value is (24,128,113). Sum of RGB (Red+Green+Blue) = 24+128+113=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #188071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188071 is #E77F8E. Grayscale: #5F5F5F. Windows color (decimal): -15171471 or 7438360. OLE color: 7438360.

HSL color Cylindrical-coordinate representation of color #188071: hue angle of 171.35º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #188071 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 128 113 -
CMYK 0.81 0 0.12 0.50
HSL 171.35º 0.68% 0.3% -
HSV(B) 171.35º 0.81% 0.5% -
XYZ 11.08 16.82 18.29 -
YUV 95.19 138.04 77.22 -
System Red Green Blue C M Y K H S L
Decimal 24 128 113 0.81 0 0.12 0.50 171.35 0.68 0.3
Hex 18 80 71 51 0 C 32 AB 44 1E
Octal 30 200 161 121 0 14 62 253 104 36
Binary 11000 10000000 1110001 1010001 0 1100 110010 10101011 1000100 11110

Color Harmonies of #188071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188071

Black with #188071

Text Example


Text Example

White with #188071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188071; }

 p { color: rgb(24,128,113); }

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

background-color css

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

 a { background-color: rgb(24,128,113); }

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

border-color css

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

 span { border-color: rgb(24,128,113); }

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