#26ABA2

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

Shades of Light Sea Green #26ABA2

Tints of Light Sea Green #26ABA2

Color information

#26ABA2 (or 0x26ABA2) is unknown color: approx Light Sea Green. HEX triplet: 26, AB and A2. RGB value is (38,171,162). Sum of RGB (Red+Green+Blue) = 38+171+162=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #26ABA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26ABA2 is #D9545D. Grayscale: #828282. Windows color (decimal): -14242910 or 10660646. OLE color: 10660646.

HSL color Cylindrical-coordinate representation of color #26ABA2: hue angle of 175.94º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26ABA2 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB38171162-
CMYK0.7800.050.33
HSL175.94º63.64%40.98%-
HSV(B)175.94º77.78%67.06%-
XYZ21.8832.1539.23-
YUV130.21145.9462.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.24%
GREEN value IS 171 (67.19% from 255) = 46.09%
BLUE value IS 162 (63.67% from 255) = 43.67%
R=10.24%
G=46.09%
B=43.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381711620.7800.050.33175.9463.6440.98
Hex26ABA24E0521b04029
Octal46253242116054126010051
Binary100110101010111010001010011100101100001101100001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26ABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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