#187D64

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

Shades of Deep Sea #187D64

Tints of Deep Sea #187D64

Color information

#187D64 (or 0x187D64) is unknown color: approx Deep Sea. HEX triplet: 18, 7D and 64. RGB value is (24,125,100). Sum of RGB (Red+Green+Blue) = 24+125+100=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 125 (49.22% from 255 or 50.20% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 125 - color contains mainly: green. Hex color #187D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187D64 is #E7829B. Grayscale: #5B5B5B. Windows color (decimal): -15172252 or 6585624. OLE color: 6585624.

HSL color Cylindrical-coordinate representation of color #187D64: hue angle of 165.15º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187D64 is Cyan = 0.81, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.

Color convert

RGB24125100-
CMYK0.8100.20.51
HSL165.15º67.79%29.22%-
HSV(B)165.15º80.8%49.02%-
XYZ10.0115.7814.58-
YUV91.95132.5479.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.64%
GREEN value IS 125 (49.22% from 255) = 50.20%
BLUE value IS 100 (39.45% from 255) = 40.16%
R=9.64%
G=50.20%
B=40.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal241251000.8100.20.51165.1567.7929.22
Hex187D645101433a5441d
Octal301751441210246324510435
Binary1100011111011100100101000101010011001110100101100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187D64; }

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

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

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

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

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

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

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

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