#26B1AF

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

Shades of Light Sea Green #26B1AF

Tints of Light Sea Green #26B1AF

Color information

#26B1AF (or 0x26B1AF) is unknown color: approx Light Sea Green. HEX triplet: 26, B1 and AF. RGB value is (38,177,175). Sum of RGB (Red+Green+Blue) = 38+177+175=390 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.74% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #26B1AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26B1AF is #D94E50. Grayscale: #878787. Windows color (decimal): -14241361 or 11514150. OLE color: 11514150.

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

Color convert

RGB38177175-
CMYK0.7900.010.31
HSL179.14º64.65%42.16%-
HSV(B)179.14º78.53%69.41%-
XYZ24.2634.9546.03-
YUV135.21150.4558.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.74%
GREEN value IS 177 (69.53% from 255) = 45.38%
BLUE value IS 175 (68.75% from 255) = 44.87%
R=9.74%
G=45.38%
B=44.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal381771750.7900.010.31179.1464.6542.16
Hex26B1AF4F011Fb3412a
Octal46261257117013726310152
Binary100110101100011010111110011110111111101100111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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