#26ACAB

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

Shades of Light Sea Green #26ACAB

Tints of Light Sea Green #26ACAB

Color information

#26ACAB (or 0x26ACAB) is unknown color: approx Light Sea Green. HEX triplet: 26, AC and AB. RGB value is (38,172,171). Sum of RGB (Red+Green+Blue) = 38+172+171=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #26ACAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26ACAB is #D95354. Grayscale: #838383. Windows color (decimal): -14242645 or 11250726. OLE color: 11250726.

HSL color Cylindrical-coordinate representation of color #26ACAB: hue angle of 179.55º 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 #26ACAB is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB38172171-
CMYK0.7800.010.33
HSL179.55º63.81%41.18%-
HSV(B)179.55º77.91%67.45%-
XYZ22.932.8643.66-
YUV131.82150.1161.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.97%
GREEN value IS 172 (67.58% from 255) = 45.14%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=9.97%
G=45.14%
B=44.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381721710.7800.010.33179.5563.8141.18
Hex26ACAB4E0121b44029
Octal46254253116014126410051
Binary1001101010110010101011100111001100001101101001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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