#26BFB5

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

Shades of Light Sea Green #26BFB5

Tints of Light Sea Green #26BFB5

Color information

#26BFB5 (or 0x26BFB5) is unknown color: approx Light Sea Green. HEX triplet: 26, BF and B5. RGB value is (38,191,181). Sum of RGB (Red+Green+Blue) = 38+191+181=410 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.27% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #26BFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BFB5 is #D9404A. Grayscale: #909090. Windows color (decimal): -14237771 or 11910950. OLE color: 11910950.

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

Color convert

RGB38191181-
CMYK0.8000.050.25
HSL176.08º66.81%44.9%-
HSV(B)176.08º80.1%74.9%-
XYZ27.7741.0150.17-
YUV144.11148.8152.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.27%
GREEN value IS 191 (75% from 255) = 46.59%
BLUE value IS 181 (71.09% from 255) = 44.15%
R=9.27%
G=46.59%
B=44.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381911810.8000.050.25176.0866.8144.9
Hex26BFB5500519b0432d
Octal46277265120053126010355
Binary10011010111111101101011010000010111001101100001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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