#26a9aa

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

Shades of Light Sea Green #26A9AA

Tints of Light Sea Green #26A9AA

Color information

#26A9AA (or 0x26A9AA) is unknown color: approx Light Sea Green. HEX triplet: 26, A9 and AA. RGB value is (38,169,170). Sum of RGB (Red+Green+Blue) = 38+169+170=377 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.08% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #26A9AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A9AA is #D95655. Grayscale: #818181. Windows color (decimal): -14243414 or 11184422. OLE color: 11184422.

HSL color Cylindrical-coordinate representation of color #26A9AA: hue angle of 180.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26A9AA is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB38169170-
CMYK0.780.0100.33
HSL180.45º63.46%40.78%-
HSV(B)180.45º77.65%66.67%-
XYZ22.2431.6942.97-
YUV129.94150.662.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.08%
GREEN value IS 169 (66.41% from 255) = 44.83%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=10.08%
G=44.83%
B=45.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381691700.780.0100.33180.4563.4640.78
Hex26A9AA4E1021b43f29
Octal4625125211610412647751
Binary100110101010011010101010011101010000110110100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26a9aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,169,170); }

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

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

 a { background-color: rgb(38,169,170); }

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

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

 span { border-color: rgb(38,169,170); }

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