#26A5A7

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

Shades of Light Sea Green #26A5A7

Tints of Light Sea Green #26A5A7

Color information

#26A5A7 (or 0x26A5A7) is unknown color: approx Light Sea Green. HEX triplet: 26, A5 and A7. RGB value is (38,165,167). Sum of RGB (Red+Green+Blue) = 38+165+167=370 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.27% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 167 - color contains mainly: blue. Hex color #26A5A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A5A7 is #D95A58. Grayscale: #7F7F7F. Windows color (decimal): -14244441 or 10986790. OLE color: 10986790.

HSL color Cylindrical-coordinate representation of color #26A5A7: hue angle of 180.93º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A5A7 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB38165167-
CMYK0.770.0100.35
HSL180.93º62.93%40.2%-
HSV(B)180.93º77.25%65.49%-
XYZ21.2330.1141.25-
YUV127.25150.4264.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.27%
GREEN value IS 165 (64.84% from 255) = 44.59%
BLUE value IS 167 (65.62% from 255) = 45.14%
R=10.27%
G=44.59%
B=45.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381651670.770.0100.35180.9362.9340.2
Hex26A5A74D1023b53f28
Octal4624524711510432657750
Binary100110101001011010011110011011010001110110101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,165,167); }

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

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

 a { background-color: rgb(38,165,167); }

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

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

 span { border-color: rgb(38,165,167); }

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