#26AB70

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

Shades of Medium Sea Green #26AB70

Tints of Medium Sea Green #26AB70

Color information

#26AB70 (or 0x26AB70) is unknown color: approx Medium Sea Green. HEX triplet: 26, AB and 70. RGB value is (38,171,112). Sum of RGB (Red+Green+Blue) = 38+171+112=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #26AB70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AB70 is #D9548F. Grayscale: #7C7C7C. Windows color (decimal): -14242960 or 7383846. OLE color: 7383846.

HSL color Cylindrical-coordinate representation of color #26AB70: hue angle of 153.38º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AB70 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB38171112-
CMYK0.7800.350.33
HSL153.38º63.64%40.98%-
HSV(B)153.38º77.78%67.06%-
XYZ18.2930.7120.29-
YUV124.51120.9466.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.84%
GREEN value IS 171 (67.19% from 255) = 53.27%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=11.84%
G=53.27%
B=34.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381711120.7800.350.33153.3863.6440.98
Hex26AB704E02321994029
Octal462531601160434123110051
Binary10011010101011111000010011100100011100001100110011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,171,112); }

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

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

 a { background-color: rgb(38,171,112); }

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

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

 span { border-color: rgb(38,171,112); }

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