#26BFA0

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

Shades of Light Sea Green #26BFA0

Tints of Light Sea Green #26BFA0

Color information

#26BFA0 (or 0x26BFA0) is unknown color: approx Light Sea Green. HEX triplet: 26, BF and A0. RGB value is (38,191,160). Sum of RGB (Red+Green+Blue) = 38+191+160=389 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.77% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #26BFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BFA0 is #D9405F. Grayscale: #8D8D8D. Windows color (decimal): -14237792 or 10534694. OLE color: 10534694.

HSL color Cylindrical-coordinate representation of color #26BFA0: hue angle of 167.84º 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 #26BFA0 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB38191160-
CMYK0.8000.160.25
HSL167.84º66.81%44.9%-
HSV(B)167.84º80.1%74.9%-
XYZ25.7840.2139.66-
YUV141.72138.3154.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.77%
GREEN value IS 191 (75% from 255) = 49.10%
BLUE value IS 160 (62.89% from 255) = 41.13%
R=9.77%
G=49.10%
B=41.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381911600.8000.160.25167.8466.8144.9
Hex26BFA05001019a8432d
Octal462772401200203125010355
Binary1001101011111110100000101000001000011001101010001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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