#27785D

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

Shades of Deep Sea #27785D

Tints of Deep Sea #27785D

Color information

#27785D (or 0x27785D) is unknown color: approx Deep Sea. HEX triplet: 27, 78 and 5D. RGB value is (39,120,93). Sum of RGB (Red+Green+Blue) = 39+120+93=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #27785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27785D is #D887A2. Grayscale: #5C5C5C. Windows color (decimal): -14190499 or 6125607. OLE color: 6125607.

HSL color Cylindrical-coordinate representation of color #27785D: hue angle of 160º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27785D is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB3912093-
CMYK0.6700.220.53
HSL160º50.94%31.18%-
HSV(B)160º67.5%47.06%-
XYZ9.5314.6512.68-
YUV92.7128.1689.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 120 (47.27% from 255) = 47.62%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=15.48%
G=47.62%
B=36.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39120930.6700.220.5316050.9431.18
Hex27785D4301635a0331f
Octal47170135103026652406337
Binary1001111111000101110110000110101101101011010000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27785D; }

 p { color: rgb(39,120,93); }

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

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

 a { background-color: rgb(39,120,93); }

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

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

 span { border-color: rgb(39,120,93); }

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