#26BABF

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

Shades of Light Sea Green #26BABF

Tints of Light Sea Green #26BABF

Color information

#26BABF (or 0x26BABF) is unknown color: approx Light Sea Green. HEX triplet: 26, BA and BF. RGB value is (38,186,191). Sum of RGB (Red+Green+Blue) = 38+186+191=415 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.16% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #26BABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BABF is #D94540. Grayscale: #8E8E8E. Windows color (decimal): -14239041 or 12565030. OLE color: 12565030.

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

Color convert

RGB38186191-
CMYK0.800.0300.25
HSL181.96º66.81%44.9%-
HSV(B)181.96º80.1%74.9%-
XYZ27.7639.2955.41-
YUV142.32155.4753.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.16%
GREEN value IS 186 (73.05% from 255) = 44.82%
BLUE value IS 191 (75% from 255) = 46.02%
R=9.16%
G=44.82%
B=46.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381861910.800.0300.25181.9666.8144.9
Hex26BABF503019b6432d
Octal46272277120303126610355
Binary1001101011101010111111101000011011001101101101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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