#26B4B5

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

Shades of Light Sea Green #26B4B5

Tints of Light Sea Green #26B4B5

Color information

#26B4B5 (or 0x26B4B5) is unknown color: approx Light Sea Green. HEX triplet: 26, B4 and B5. RGB value is (38,180,181). Sum of RGB (Red+Green+Blue) = 38+180+181=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 181 - color contains mainly: blue. Hex color #26B4B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26B4B5 is #D94B4A. Grayscale: #898989. Windows color (decimal): -14240587 or 11908134. OLE color: 11908134.

HSL color Cylindrical-coordinate representation of color #26B4B5: hue angle of 180.42º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B4B5 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB38180181-
CMYK0.790.0100.29
HSL180.42º65.3%42.94%-
HSV(B)180.42º79.01%70.98%-
XYZ25.4636.3949.4-
YUV137.66152.4656.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.52%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 181 (71.09% from 255) = 45.36%
R=9.52%
G=45.11%
B=45.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal381801810.790.0100.29180.4265.342.94
Hex26B4B54F101Db4412b
Octal46264265117103526410153
Binary100110101101001011010110011111011101101101001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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