#26ADAA

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

Shades of Light Sea Green #26ADAA

Tints of Light Sea Green #26ADAA

Color information

#26ADAA (or 0x26ADAA) is unknown color: approx Light Sea Green. HEX triplet: 26, AD and AA. RGB value is (38,173,170). Sum of RGB (Red+Green+Blue) = 38+173+170=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #26ADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26ADAA is #D95255. Grayscale: #848484. Windows color (decimal): -14242390 or 11185446. OLE color: 11185446.

HSL color Cylindrical-coordinate representation of color #26ADAA: hue angle of 178.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26ADAA is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB38173170-
CMYK0.7800.020.32
HSL178.67º63.98%41.37%-
HSV(B)178.67º78.03%67.84%-
XYZ2333.243.23-
YUV132.29149.2760.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.97%
GREEN value IS 173 (67.97% from 255) = 45.41%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=9.97%
G=45.41%
B=44.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal381731700.7800.020.32178.6763.9841.37
Hex26ADAA4E0220b34029
Octal46255252116024026310051
Binary10011010101101101010101001110010100000101100111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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