Html Css Color HEX #187664 Deep Sea

📋 copy color: '#187664'

red 24 ◦ green 118 ◦ blue 100

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

Shades of Deep Sea #187664

Tints of Deep Sea #187664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 41.32%

R = 9.92%
G = 48.76%
B = 41.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#187664 (or 0x187664) is known color: Deep Sea. HEX triplet: 18, 76 and 64. RGB value is (24,118,100). Sum of RGB (Red+Green+Blue) = 24+118+100=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #187664 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187664 is #E7899B. Grayscale: #575757. Windows color (decimal): -15174044 or 6583832. OLE color: 6583832.

HSL color Cylindrical-coordinate representation of color #187664: hue angle of 168.51º 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 #187664 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 118 100 -
CMYK 0.80 0 0.15 0.54
HSL 168.51º 0.66% 0.28% -
HSV(B) 168.51º 0.8% 0.46% -
XYZ 9.16 14.07 14.29 -
YUV 87.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 24 118 100 0.80 0 0.15 0.54 168.51 0.66 0.28
Hex 18 76 64 50 0 F 36 A9 42 1C
Octal 30 166 144 120 0 17 66 251 102 34
Binary 11000 1110110 1100100 1010000 0 1111 110110 10101001 1000010 11100

Color Harmonies of #187664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187664

Black with #187664

Text Example


Text Example

White with #187664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187664; }

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

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

background-color css

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

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

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

border-color css

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

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

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