#26BA6F

Color #26BA6F Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #26BA6F

Tints of Medium Sea Green #26BA6F

Color information

#26BA6F (or 0x26BA6F) is unknown color: approx Medium Sea Green. HEX triplet: 26, BA and 6F. RGB value is (38,186,111). Sum of RGB (Red+Green+Blue) = 38+186+111=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BA6F is #D94590. Grayscale: #858585. Windows color (decimal): -14239121 or 7322150. OLE color: 7322150.

HSL color Cylindrical-coordinate representation of color #26BA6F: hue angle of 149.59º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BA6F is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB38186111-
CMYK0.8000.400.27
HSL149.59º66.07%43.92%-
HSV(B)149.59º79.57%72.94%-
XYZ21.2336.6821-
YUV133.2115.4760.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.34%
GREEN value IS 186 (73.05% from 255) = 55.52%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=11.34%
G=55.52%
B=33.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal381861110.8000.400.27149.5966.0743.92
Hex26BA6F500281B96422c
Octal462721571200503322610254
Binary1001101011101011011111010000010100011011100101101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26BA6F; }

 p { color: rgb(38,186,111); }

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

<style>
 a { background-color: #26BA6F; }

 a { background-color: rgb(38,186,111); }

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

<style>
 span { border-color: #26BA6F; }

 span { border-color: rgb(38,186,111); }

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