#27765D

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

Shades of Deep Sea #27765D

Tints of Deep Sea #27765D

Color information

#27765D (or 0x27765D) is unknown color: approx Deep Sea. HEX triplet: 27, 76 and 5D. RGB value is (39,118,93). Sum of RGB (Red+Green+Blue) = 39+118+93=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #27765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27765D is #D889A2. Grayscale: #5B5B5B. Windows color (decimal): -14191011 or 6125095. OLE color: 6125095.

HSL color Cylindrical-coordinate representation of color #27765D: hue angle of 161.01º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27765D is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB3911893-
CMYK0.6700.210.54
HSL161.01º50.32%30.78%-
HSV(B)161.01º66.95%46.27%-
XYZ9.2914.1812.6-
YUV91.53128.8390.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.6%
GREEN value IS 118 (46.48% from 255) = 47.2%
BLUE value IS 93 (36.72% from 255) = 37.2%
R=15.6%
G=47.2%
B=37.2%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39118930.6700.210.54161.0150.3230.78
Hex27765D4301536a1321f
Octal47166135103025662416237
Binary1001111110110101110110000110101011101101010000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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