#27AEAC

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

Shades of Light Sea Green #27AEAC

Tints of Light Sea Green #27AEAC

Color information

#27AEAC (or 0x27AEAC) is unknown color: approx Light Sea Green. HEX triplet: 27, AE and AC. RGB value is (39,174,172). Sum of RGB (Red+Green+Blue) = 39+174+172=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #27AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AEAC is #D85153. Grayscale: #858585. Windows color (decimal): -14176596 or 11316775. OLE color: 11316775.

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

Color convert

RGB39174172-
CMYK0.7800.010.32
HSL179.11º63.38%41.76%-
HSV(B)179.11º77.59%68.24%-
XYZ23.4233.6844.3-
YUV133.41149.7760.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.13%
GREEN value IS 174 (68.36% from 255) = 45.19%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=10.13%
G=45.19%
B=44.68%

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
Decimal391741720.7800.010.32179.1163.3841.76
Hex27AEAC4E0120b33f2a
Octal4725625411601402637752
Binary100111101011101010110010011100110000010110011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,174,172); }

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

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

 a { background-color: rgb(39,174,172); }

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

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

 span { border-color: rgb(39,174,172); }

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