#26a7af

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

Shades of Light Sea Green #26A7AF

Tints of Light Sea Green #26A7AF

Color information

#26A7AF (or 0x26A7AF) is unknown color: approx Light Sea Green. HEX triplet: 26, A7 and AF. RGB value is (38,167,175). Sum of RGB (Red+Green+Blue) = 38+167+175=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #26A7AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A7AF is #D95850. Grayscale: #818181. Windows color (decimal): -14243921 or 11511590. OLE color: 11511590.

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

Color convert

RGB38167175-
CMYK0.780.0500.31
HSL183.5º64.32%41.76%-
HSV(B)183.5º78.29%68.63%-
XYZ22.3631.1445.39-
YUV129.34153.7662.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10%
GREEN value IS 167 (65.62% from 255) = 43.95%
BLUE value IS 175 (68.75% from 255) = 46.05%
R=10%
G=43.95%
B=46.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal381671750.780.0500.31183.564.3241.76
Hex26A7AF4E501Fb8402a
Octal46247257116503727010052
Binary10011010100111101011111001110101011111101110001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26a7af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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