#26ADAB

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

Shades of Light Sea Green #26ADAB

Tints of Light Sea Green #26ADAB

Color information

#26ADAB (or 0x26ADAB) is unknown color: approx Light Sea Green. HEX triplet: 26, AD and AB. RGB value is (38,173,171). Sum of RGB (Red+Green+Blue) = 38+173+171=382 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.95% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #26ADAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26ADAB is #D95254. Grayscale: #848484. Windows color (decimal): -14242389 or 11250982. OLE color: 11250982.

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

Color convert

RGB38173171-
CMYK0.7800.010.32
HSL179.11º63.98%41.37%-
HSV(B)179.11º78.03%67.84%-
XYZ23.0933.2443.73-
YUV132.41149.7760.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.95%
GREEN value IS 173 (67.97% from 255) = 45.29%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=9.95%
G=45.29%
B=44.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal381731710.7800.010.32179.1163.9841.37
Hex26ADAB4E0120b34029
Octal46255253116014026310051
Binary1001101010110110101011100111001100000101100111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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