#187465

Color #187465 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #187465

Tints of Deep Sea #187465

Color information

#187465 (or 0x187465) is unknown color: approx Deep Sea. HEX triplet: 18, 74 and 65. RGB value is (24,116,101). Sum of RGB (Red+Green+Blue) = 24+116+101=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #187465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187465 is #E78B9A. Grayscale: #565656. Windows color (decimal): -15174555 or 6648856. OLE color: 6648856.

HSL color Cylindrical-coordinate representation of color #187465: hue angle of 170.22º 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 #187465 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB24116101-
CMYK0.7900.130.55
HSL170.22º65.71%27.45%-
HSV(B)170.22º79.31%45.49%-
XYZ8.9713.6214.47-
YUV86.78136.0283.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 116 (45.70% from 255) = 48.13%
BLUE value IS 101 (39.84% from 255) = 41.91%
R=9.96%
G=48.13%
B=41.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal241161010.7900.130.55170.2265.7127.45
Hex1874654F0D37aa421b
Octal301641451170156725210233
Binary110001110100110010110011110110111011110101010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187465; }

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

 H1.HeaderClassName
 {
   color: #187465;
 }
 .AnyTagClassName
 {
   color: #187465;
 }
</style>
background-color css

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

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

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

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

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

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