Html Css Color HEX #187660 Deep Sea

📋 copy color: '#187660'

red 24 ◦ green 118 ◦ blue 96

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

Shades of Deep Sea #187660

Tints of Deep Sea #187660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.58%

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

R = 10.08%
G = 49.58%
B = 40.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#187660 (or 0x187660) is known color: Deep Sea. HEX triplet: 18, 76 and 60. RGB value is (24,118,96). Sum of RGB (Red+Green+Blue) = 24+118+96=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #187660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187660 is #E7899F. Grayscale: #575757. Windows color (decimal): -15174048 or 6321688. OLE color: 6321688.

HSL color Cylindrical-coordinate representation of color #187660: hue angle of 165.96º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187660 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 118 96 -
CMYK 0.80 0 0.19 0.54
HSL 165.96º 0.66% 0.28% -
HSV(B) 165.96º 0.8% 0.46% -
XYZ 8.97 14 13.3 -
YUV 87.39 132.86 82.79 -
System Red Green Blue C M Y K H S L
Decimal 24 118 96 0.80 0 0.19 0.54 165.96 0.66 0.28
Hex 18 76 60 50 0 13 36 A6 42 1C
Octal 30 166 140 120 0 23 66 246 102 34
Binary 11000 1110110 1100000 1010000 0 10011 110110 10100110 1000010 11100

Color Harmonies of #187660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187660

Black with #187660

Text Example


Text Example

White with #187660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187660; }

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

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

background-color css

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

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

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

border-color css

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

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

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