#26B6A8

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

Shades of Light Sea Green #26B6A8

Tints of Light Sea Green #26B6A8

Color information

#26B6A8 (or 0x26B6A8) is unknown color: approx Light Sea Green. HEX triplet: 26, B6 and A8. RGB value is (38,182,168). Sum of RGB (Red+Green+Blue) = 38+182+168=388 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.79% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #26B6A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26B6A8 is #D94957. Grayscale: #898989. Windows color (decimal): -14240088 or 11056678. OLE color: 11056678.

HSL color Cylindrical-coordinate representation of color #26B6A8: hue angle of 174.17º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B6A8 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB38182168-
CMYK0.7900.080.29
HSL174.17º65.45%43.14%-
HSV(B)174.17º79.12%71.37%-
XYZ24.636.742.83-
YUV137.35145.2957.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.79%
GREEN value IS 182 (71.48% from 255) = 46.91%
BLUE value IS 168 (66.02% from 255) = 43.30%
R=9.79%
G=46.91%
B=43.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal381821680.7900.080.29174.1765.4543.14
Hex26B6A84F081Dae412b
Octal462662501170103525610153
Binary100110101101101010100010011110100011101101011101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,182,168); }

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

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

 a { background-color: rgb(38,182,168); }

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

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

 span { border-color: rgb(38,182,168); }

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