#27A8AD

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

Shades of Light Sea Green #27A8AD

Tints of Light Sea Green #27A8AD

Color information

#27A8AD (or 0x27A8AD) is unknown color: approx Light Sea Green. HEX triplet: 27, A8 and AD. RGB value is (39,168,173). Sum of RGB (Red+Green+Blue) = 39+168+173=380 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.26% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #27A8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A8AD is #D85752. Grayscale: #818181. Windows color (decimal): -14178131 or 11380775. OLE color: 11380775.

HSL color Cylindrical-coordinate representation of color #27A8AD: hue angle of 182.24º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27A8AD is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB39168173-
CMYK0.770.0300.32
HSL182.24º63.21%41.57%-
HSV(B)182.24º77.46%67.84%-
XYZ22.3831.4544.43-
YUV130152.2663.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.26%
GREEN value IS 168 (66.02% from 255) = 44.21%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=10.26%
G=44.21%
B=45.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391681730.770.0300.32182.2463.2141.57
Hex27A8AD4D3020b63f2a
Octal4725025511530402667752
Binary1001111010100010101101100110111010000010110110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27A8AD; }

 p { color: rgb(39,168,173); }

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

<style>
 a { background-color: #27A8AD; }

 a { background-color: rgb(39,168,173); }

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

<style>
 span { border-color: #27A8AD; }

 span { border-color: rgb(39,168,173); }

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