#26B5BF

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

Shades of Light Sea Green #26B5BF

Tints of Light Sea Green #26B5BF

Color information

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

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

Color convert

RGB38181191-
CMYK0.800.0500.25
HSL183.92º66.81%44.9%-
HSV(B)183.92º80.1%74.9%-
XYZ26.7337.2255.07-
YUV139.38157.1255.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381811910.800.0500.25183.9266.8144.9
Hex26B5BF505019b8432d
Octal46265277120503127010355
Binary10011010110101101111111010000101011001101110001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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