#26ACAD

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

Shades of Light Sea Green #26ACAD

Tints of Light Sea Green #26ACAD

Color information

#26ACAD (or 0x26ACAD) is unknown color: approx Light Sea Green. HEX triplet: 26, AC and AD. RGB value is (38,172,173). Sum of RGB (Red+Green+Blue) = 38+172+173=383 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.92% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #26ACAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26ACAD is #D95352. Grayscale: #838383. Windows color (decimal): -14242643 or 11381798. OLE color: 11381798.

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

Color convert

RGB38172173-
CMYK0.780.0100.32
HSL180.44º63.98%41.37%-
HSV(B)180.44º78.03%67.84%-
XYZ23.0932.9344.67-
YUV132.05151.1160.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.92%
GREEN value IS 172 (67.58% from 255) = 44.91%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=9.92%
G=44.91%
B=45.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal381721730.780.0100.32180.4463.9841.37
Hex26ACAD4E1020b44029
Octal46254255116104026410051
Binary1001101010110010101101100111010100000101101001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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