#26BFAC

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

Shades of Light Sea Green #26BFAC

Tints of Light Sea Green #26BFAC

Color information

#26BFAC (or 0x26BFAC) is unknown color: approx Light Sea Green. HEX triplet: 26, BF and AC. RGB value is (38,191,172). Sum of RGB (Red+Green+Blue) = 38+191+172=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #26BFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BFAC is #D94053. Grayscale: #8F8F8F. Windows color (decimal): -14237780 or 11321126. OLE color: 11321126.

HSL color Cylindrical-coordinate representation of color #26BFAC: hue angle of 172.55º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BFAC is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB38191172-
CMYK0.8000.100.25
HSL172.55º66.81%44.9%-
HSV(B)172.55º80.1%74.9%-
XYZ26.8840.6545.46-
YUV143.09144.3153.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.48%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=9.48%
G=47.63%
B=42.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381911720.8000.100.25172.5566.8144.9
Hex26BFAC500A19ad432d
Octal462772541200123125510355
Binary100110101111111010110010100000101011001101011011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,191,172); }

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

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

 a { background-color: rgb(38,191,172); }

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

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

 span { border-color: rgb(38,191,172); }

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