#26775D

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

Shades of Deep Sea #26775D

Tints of Deep Sea #26775D

Color information

#26775D (or 0x26775D) is unknown color: approx Deep Sea. HEX triplet: 26, 77 and 5D. RGB value is (38,119,93). Sum of RGB (Red+Green+Blue) = 38+119+93=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #26775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26775D is #D988A2. Grayscale: #5B5B5B. Windows color (decimal): -14256291 or 6125350. OLE color: 6125350.

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

Color convert

RGB3811993-
CMYK0.6800.220.53
HSL160.74º51.59%30.78%-
HSV(B)160.74º68.07%46.67%-
XYZ9.3714.412.64-
YUV91.82128.6689.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.2%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 93 (36.72% from 255) = 37.2%
R=15.2%
G=47.6%
B=37.2%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38119930.6800.220.53160.7451.5930.78
Hex26775D4401635a1341f
Octal46167135104026652416437
Binary1001101110111101110110001000101101101011010000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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