#26765D

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

Shades of Deep Sea #26765D

Tints of Deep Sea #26765D

Color information

#26765D (or 0x26765D) is unknown color: approx Deep Sea. HEX triplet: 26, 76 and 5D. RGB value is (38,118,93). Sum of RGB (Red+Green+Blue) = 38+118+93=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #26765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26765D is #D989A2. Grayscale: #5B5B5B. Windows color (decimal): -14256547 or 6125094. OLE color: 6125094.

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

Color convert

RGB3811893-
CMYK0.6800.210.54
HSL161.25º51.28%30.59%-
HSV(B)161.25º67.8%46.27%-
XYZ9.2514.1612.6-
YUV91.2312990.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.26%
GREEN value IS 118 (46.48% from 255) = 47.39%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=15.26%
G=47.39%
B=37.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38118930.6800.210.54161.2551.2830.59
Hex26765D4401536a1331f
Octal46166135104025662416337
Binary1001101110110101110110001000101011101101010000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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