#27AAAE

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

Shades of Light Sea Green #27AAAE

Tints of Light Sea Green #27AAAE

Color information

#27AAAE (or 0x27AAAE) is unknown color: approx Light Sea Green. HEX triplet: 27, AA and AE. RGB value is (39,170,174). Sum of RGB (Red+Green+Blue) = 39+170+174=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #27AAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AAAE is #D85551. Grayscale: #838383. Windows color (decimal): -14177618 or 11446823. OLE color: 11446823.

HSL color Cylindrical-coordinate representation of color #27AAAE: hue angle of 181.78º 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 #27AAAE is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB39170174-
CMYK0.780.0200.32
HSL181.78º63.38%41.76%-
HSV(B)181.78º77.59%68.24%-
XYZ22.8532.2445.06-
YUV131.29152.162.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.18%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=10.18%
G=44.39%
B=45.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391701740.780.0200.32181.7863.3841.76
Hex27AAAE4E2020b63f2a
Octal4725225611620402667752
Binary1001111010101010101110100111010010000010110110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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