#26765B

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

Shades of Deep Sea #26765B

Tints of Deep Sea #26765B

Color information

#26765B (or 0x26765B) is unknown color: approx Deep Sea. HEX triplet: 26, 76 and 5B. RGB value is (38,118,91). Sum of RGB (Red+Green+Blue) = 38+118+91=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #26765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26765B is #D989A4. Grayscale: #5B5B5B. Windows color (decimal): -14256549 or 5994022. OLE color: 5994022.

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

Color convert

RGB3811891-
CMYK0.6800.230.54
HSL159.75º51.28%30.59%-
HSV(B)159.75º67.8%46.27%-
XYZ9.1714.1212.14-
YUV9112890.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.38%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=15.38%
G=47.77%
B=36.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38118910.6800.230.54159.7551.2830.59
Hex26765B4401736a0331f
Octal46166133104027662406337
Binary1001101110110101101110001000101111101101010000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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