Html Css Color HEX #188070 Deep Sea

📋 copy color: '#188070'

red 24 ◦ green 128 ◦ blue 112

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

Shades of Deep Sea #188070

Tints of Deep Sea #188070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.42%

R = 9.09%
G = 48.48%
B = 42.42%

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

#188070 (or 0x188070) is known color: Deep Sea. HEX triplet: 18, 80 and 70. RGB value is (24,128,112). Sum of RGB (Red+Green+Blue) = 24+128+112=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #188070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188070 is #E77F8F. Grayscale: #5F5F5F. Windows color (decimal): -15171472 or 7372824. OLE color: 7372824.

HSL color Cylindrical-coordinate representation of color #188070: hue angle of 170.77º 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 #188070 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 128 112 -
CMYK 0.81 0 0.12 0.50
HSL 170.77º 0.68% 0.3% -
HSV(B) 170.77º 0.81% 0.5% -
XYZ 11.02 16.8 17.99 -
YUV 95.08 137.54 77.3 -
System Red Green Blue C M Y K H S L
Decimal 24 128 112 0.81 0 0.12 0.50 170.77 0.68 0.3
Hex 18 80 70 51 0 C 32 AB 44 1E
Octal 30 200 160 121 0 14 62 253 104 36
Binary 11000 10000000 1110000 1010001 0 1100 110010 10101011 1000100 11110

Color Harmonies of #188070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188070

Black with #188070

Text Example


Text Example

White with #188070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188070; }

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

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

background-color css

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

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

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

border-color css

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

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

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