#26BFAA

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

Shades of Light Sea Green #26BFAA

Tints of Light Sea Green #26BFAA

Color information

#26BFAA (or 0x26BFAA) is unknown color: approx Light Sea Green. HEX triplet: 26, BF and AA. RGB value is (38,191,170). Sum of RGB (Red+Green+Blue) = 38+191+170=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #26BFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BFAA is #D94055. Grayscale: #8E8E8E. Windows color (decimal): -14237782 or 11190054. OLE color: 11190054.

HSL color Cylindrical-coordinate representation of color #26BFAA: hue angle of 171.76º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BFAA is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB38191170-
CMYK0.8000.110.25
HSL171.76º66.81%44.9%-
HSV(B)171.76º80.1%74.9%-
XYZ26.6940.5844.46-
YUV142.86143.3153.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.52%
GREEN value IS 191 (75% from 255) = 47.87%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=9.52%
G=47.87%
B=42.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381911700.8000.110.25171.7666.8144.9
Hex26BFAA500B19ac432d
Octal462772521200133125410355
Binary100110101111111010101010100000101111001101011001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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