Html Css Color HEX #188060 Deep Sea

📋 copy color: '#188060'

red 24 ◦ green 128 ◦ blue 96

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

Shades of Deep Sea #188060

Tints of Deep Sea #188060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.71%

R = 9.68%
G = 51.61%
B = 38.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#188060 (or 0x188060) is known color: Deep Sea. HEX triplet: 18, 80 and 60. RGB value is (24,128,96). Sum of RGB (Red+Green+Blue) = 24+128+96=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #188060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188060 is #E77F9F. Grayscale: #5D5D5D. Windows color (decimal): -15171488 or 6324248. OLE color: 6324248.

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

Color convert

RGB 24 128 96 -
CMYK 0.81 0 0.25 0.50
HSL 161.54º 0.68% 0.3% -
HSV(B) 161.54º 0.81% 0.5% -
XYZ 10.21 16.48 13.71 -
YUV 93.26 129.54 78.6 -
System Red Green Blue C M Y K H S L
Decimal 24 128 96 0.81 0 0.25 0.50 161.54 0.68 0.3
Hex 18 80 60 51 0 19 32 A2 44 1E
Octal 30 200 140 121 0 31 62 242 104 36
Binary 11000 10000000 1100000 1010001 0 11001 110010 10100010 1000100 11110

Color Harmonies of #188060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188060

Black with #188060

Text Example


Text Example

White with #188060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188060; }

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

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

background-color css

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

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

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

border-color css

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

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

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