#26BFAE

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

Shades of Light Sea Green #26BFAE

Tints of Light Sea Green #26BFAE

Color information

#26BFAE (or 0x26BFAE) is unknown color: approx Light Sea Green. HEX triplet: 26, BF and AE. RGB value is (38,191,174). Sum of RGB (Red+Green+Blue) = 38+191+174=403 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.43% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #26BFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BFAE is #D94051. Grayscale: #8F8F8F. Windows color (decimal): -14237778 or 11452198. OLE color: 11452198.

HSL color Cylindrical-coordinate representation of color #26BFAE: hue angle of 173.33º 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 #26BFAE is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB38191174-
CMYK0.8000.090.25
HSL173.33º66.81%44.9%-
HSV(B)173.33º80.1%74.9%-
XYZ27.0740.7346.48-
YUV143.32145.3152.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.43%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=9.43%
G=47.39%
B=43.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381911740.8000.090.25173.3366.8144.9
Hex26BFAE500919ad432d
Octal462772561200113125510355
Binary100110101111111010111010100000100111001101011011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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