#26B1AE

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

Shades of Light Sea Green #26B1AE

Tints of Light Sea Green #26B1AE

Color information

#26B1AE (or 0x26B1AE) is unknown color: approx Light Sea Green. HEX triplet: 26, B1 and AE. RGB value is (38,177,174). Sum of RGB (Red+Green+Blue) = 38+177+174=389 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.77% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #26B1AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26B1AE is #D94E51. Grayscale: #868686. Windows color (decimal): -14241362 or 11448614. OLE color: 11448614.

HSL color Cylindrical-coordinate representation of color #26B1AE: hue angle of 178.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B1AE is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB38177174-
CMYK0.7900.020.31
HSL178.71º64.65%42.16%-
HSV(B)178.71º78.53%69.41%-
XYZ24.1634.9145.51-
YUV135.1149.9558.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.77%
GREEN value IS 177 (69.53% from 255) = 45.50%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=9.77%
G=45.50%
B=44.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal381771740.7900.020.31178.7164.6542.16
Hex26B1AE4F021Fb3412a
Octal46261256117023726310152
Binary1001101011000110101110100111101011111101100111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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