#26765F

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

Shades of Deep Sea #26765F

Tints of Deep Sea #26765F

Color information

#26765F (or 0x26765F) is unknown color: approx Deep Sea. HEX triplet: 26, 76 and 5F. RGB value is (38,118,95). Sum of RGB (Red+Green+Blue) = 38+118+95=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #26765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26765F is #D989A0. Grayscale: #5B5B5B. Windows color (decimal): -14256545 or 6256166. OLE color: 6256166.

HSL color Cylindrical-coordinate representation of color #26765F: hue angle of 162.75º 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 #26765F is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB3811895-
CMYK0.6800.190.54
HSL162.75º51.28%30.59%-
HSV(B)162.75º67.8%46.27%-
XYZ9.3414.213.07-
YUV91.4613089.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.14%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 95 (37.5% from 255) = 37.85%
R=15.14%
G=47.01%
B=37.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38118950.6800.190.54162.7551.2830.59
Hex26765F4401336a3331f
Octal46166137104023662436337
Binary1001101110110101111110001000100111101101010001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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