#27785E

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

Shades of Deep Sea #27785E

Tints of Deep Sea #27785E

Color information

#27785E (or 0x27785E) is unknown color: approx Deep Sea. HEX triplet: 27, 78 and 5E. RGB value is (39,120,94). Sum of RGB (Red+Green+Blue) = 39+120+94=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #27785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27785E is #D887A1. Grayscale: #5C5C5C. Windows color (decimal): -14190498 or 6191143. OLE color: 6191143.

HSL color Cylindrical-coordinate representation of color #27785E: hue angle of 160.74º 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 #27785E is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB3912094-
CMYK0.6700.220.53
HSL160.74º50.94%31.18%-
HSV(B)160.74º67.5%47.06%-
XYZ9.5714.6712.92-
YUV92.82128.6689.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.42%
GREEN value IS 120 (47.27% from 255) = 47.43%
BLUE value IS 94 (37.11% from 255) = 37.15%
R=15.42%
G=47.43%
B=37.15%

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
Decimal39120940.6700.220.53160.7450.9431.18
Hex27785E4301635a1331f
Octal47170136103026652416337
Binary1001111111000101111010000110101101101011010000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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