#26BAAB

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

Shades of Light Sea Green #26BAAB

Tints of Light Sea Green #26BAAB

Color information

#26BAAB (or 0x26BAAB) is unknown color: approx Light Sea Green. HEX triplet: 26, BA and AB. RGB value is (38,186,171). Sum of RGB (Red+Green+Blue) = 38+186+171=395 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.62% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #26BAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BAAB is #D94554. Grayscale: #8B8B8B. Windows color (decimal): -14239061 or 11254310. OLE color: 11254310.

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

Color convert

RGB38186171-
CMYK0.8000.080.27
HSL173.92º66.07%43.92%-
HSV(B)173.92º79.57%72.94%-
XYZ25.7138.4744.6-
YUV140.04145.4755.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.62%
GREEN value IS 186 (73.05% from 255) = 47.09%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=9.62%
G=47.09%
B=43.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal381861710.8000.080.27173.9266.0743.92
Hex26BAAB50081Bae422c
Octal462722531200103325610254
Binary100110101110101010101110100000100011011101011101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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