#26C4AB

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

Shades of Light Sea Green #26C4AB

Tints of Light Sea Green #26C4AB

Color information

#26C4AB (or 0x26C4AB) is unknown color: approx Light Sea Green. HEX triplet: 26, C4 and AB. RGB value is (38,196,171). Sum of RGB (Red+Green+Blue) = 38+196+171=405 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.38% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #26C4AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C4AB is #D93B54. Grayscale: #919191. Windows color (decimal): -14236501 or 11256870. OLE color: 11256870.

HSL color Cylindrical-coordinate representation of color #26C4AB: hue angle of 170.51º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C4AB is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB38196171-
CMYK0.8100.130.23
HSL170.51º67.52%45.88%-
HSV(B)170.51º80.61%76.86%-
XYZ27.8942.8345.33-
YUV145.91142.1551.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.38%
GREEN value IS 196 (76.95% from 255) = 48.40%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=9.38%
G=48.40%
B=42.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal381961710.8100.130.23170.5167.5245.88
Hex26C4AB510D17ab442e
Octal463042531210152725310456
Binary100110110001001010101110100010110110111101010111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,196,171); }

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

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

 a { background-color: rgb(38,196,171); }

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

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

 span { border-color: rgb(38,196,171); }

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