#26BFA6

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

Shades of Light Sea Green #26BFA6

Tints of Light Sea Green #26BFA6

Color information

#26BFA6 (or 0x26BFA6) is unknown color: approx Light Sea Green. HEX triplet: 26, BF and A6. RGB value is (38,191,166). Sum of RGB (Red+Green+Blue) = 38+191+166=395 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.62% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #26BFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BFA6 is #D94059. Grayscale: #8E8E8E. Windows color (decimal): -14237786 or 10927910. OLE color: 10927910.

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

Color convert

RGB38191166-
CMYK0.8000.130.25
HSL170.2º66.81%44.9%-
HSV(B)170.2º80.1%74.9%-
XYZ26.3140.4342.49-
YUV142.4141.3153.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.62%
GREEN value IS 191 (75% from 255) = 48.35%
BLUE value IS 166 (65.23% from 255) = 42.03%
R=9.62%
G=48.35%
B=42.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381911660.8000.130.25170.266.8144.9
Hex26BFA6500D19aa432d
Octal462772461200153125210355
Binary100110101111111010011010100000110111001101010101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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