#26ACB1

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

Shades of Light Sea Green #26ACB1

Tints of Light Sea Green #26ACB1

Color information

#26ACB1 (or 0x26ACB1) is unknown color: approx Light Sea Green. HEX triplet: 26, AC and B1. RGB value is (38,172,177). Sum of RGB (Red+Green+Blue) = 38+172+177=387 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.82% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #26ACB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26ACB1 is #D9534E. Grayscale: #848484. Windows color (decimal): -14242639 or 11643942. OLE color: 11643942.

HSL color Cylindrical-coordinate representation of color #26ACB1: hue angle of 182.16º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26ACB1 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB38172177-
CMYK0.790.0300.31
HSL182.16º64.65%42.16%-
HSV(B)182.16º78.53%69.41%-
XYZ23.4933.0946.74-
YUV132.5153.1160.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.82%
GREEN value IS 172 (67.58% from 255) = 44.44%
BLUE value IS 177 (69.53% from 255) = 45.74%
R=9.82%
G=44.44%
B=45.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal381721770.790.0300.31182.1664.6542.16
Hex26ACB14F301Fb6412a
Octal46254261117303726610152
Binary1001101010110010110001100111111011111101101101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26ACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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