#26B4A8

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

Shades of Light Sea Green #26B4A8

Tints of Light Sea Green #26B4A8

Color information

#26B4A8 (or 0x26B4A8) is unknown color: approx Light Sea Green. HEX triplet: 26, B4 and A8. RGB value is (38,180,168). Sum of RGB (Red+Green+Blue) = 38+180+168=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #26B4A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26B4A8 is #D94B57. Grayscale: #888888. Windows color (decimal): -14240600 or 11056166. OLE color: 11056166.

HSL color Cylindrical-coordinate representation of color #26B4A8: hue angle of 174.93º 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 #26B4A8 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB38180168-
CMYK0.7900.070.29
HSL174.93º65.14%42.75%-
HSV(B)174.93º78.89%70.59%-
XYZ24.1935.8842.7-
YUV136.17145.9657.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.84%
GREEN value IS 180 (70.70% from 255) = 46.63%
BLUE value IS 168 (66.02% from 255) = 43.52%
R=9.84%
G=46.63%
B=43.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal381801680.7900.070.29174.9365.1442.75
Hex26B4A84F071Daf412b
Octal46264250117073525710153
Binary10011010110100101010001001111011111101101011111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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