#26BFA8

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

Shades of Light Sea Green #26BFA8

Tints of Light Sea Green #26BFA8

Color information

#26BFA8 (or 0x26BFA8) is unknown color: approx Light Sea Green. HEX triplet: 26, BF and A8. RGB value is (38,191,168). Sum of RGB (Red+Green+Blue) = 38+191+168=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #26BFA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BFA8 is #D94057. Grayscale: #8E8E8E. Windows color (decimal): -14237784 or 11058982. OLE color: 11058982.

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

Color convert

RGB38191168-
CMYK0.8000.120.25
HSL170.98º66.81%44.9%-
HSV(B)170.98º80.1%74.9%-
XYZ26.540.543.47-
YUV142.63142.3153.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.57%
GREEN value IS 191 (75% from 255) = 48.11%
BLUE value IS 168 (66.02% from 255) = 42.32%
R=9.57%
G=48.11%
B=42.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381911680.8000.120.25170.9866.8144.9
Hex26BFA8500C19ab432d
Octal462772501200143125310355
Binary100110101111111010100010100000110011001101010111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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