Html Css Color HEX #187464 Deep Sea

📋 copy color: '#187464'

red 24 ◦ green 116 ◦ blue 100

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

Shades of Deep Sea #187464

Tints of Deep Sea #187464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.33%

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

R = 10%
G = 48.33%
B = 41.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#187464 (or 0x187464) is known color: Deep Sea. HEX triplet: 18, 74 and 64. RGB value is (24,116,100). Sum of RGB (Red+Green+Blue) = 24+116+100=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #187464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187464 is #E78B9B. Grayscale: #565656. Windows color (decimal): -15174556 or 6583320. OLE color: 6583320.

HSL color Cylindrical-coordinate representation of color #187464: hue angle of 169.57º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187464 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 116 100 -
CMYK 0.79 0 0.14 0.55
HSL 169.57º 0.66% 0.27% -
HSV(B) 169.57º 0.79% 0.45% -
XYZ 8.92 13.61 14.21 -
YUV 86.67 135.52 83.3 -
System Red Green Blue C M Y K H S L
Decimal 24 116 100 0.79 0 0.14 0.55 169.57 0.66 0.27
Hex 18 74 64 4F 0 E 37 AA 42 1B
Octal 30 164 144 117 0 16 67 252 102 33
Binary 11000 1110100 1100100 1001111 0 1110 110111 10101010 1000010 11011

Color Harmonies of #187464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187464

Black with #187464

Text Example


Text Example

White with #187464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187464; }

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

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

background-color css

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

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

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

border-color css

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

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

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