#27AA9B

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

Shades of Light Sea Green #27AA9B

Tints of Light Sea Green #27AA9B

Color information

#27AA9B (or 0x27AA9B) is unknown color: approx Light Sea Green. HEX triplet: 27, AA and 9B. RGB value is (39,170,155). Sum of RGB (Red+Green+Blue) = 39+170+155=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #27AA9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AA9B is #D85564. Grayscale: #818181. Windows color (decimal): -14177637 or 10201639. OLE color: 10201639.

HSL color Cylindrical-coordinate representation of color #27AA9B: hue angle of 173.13º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AA9B is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB39170155-
CMYK0.7700.090.33
HSL173.13º62.68%40.98%-
HSV(B)173.13º77.06%66.67%-
XYZ21.1331.5535.99-
YUV129.12142.663.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.71%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 155 (60.94% from 255) = 42.58%
R=10.71%
G=46.70%
B=42.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391701550.7700.090.33173.1362.6840.98
Hex27AA9B4D0921ad3f29
Octal47252233115011412557751
Binary100111101010101001101110011010100110000110101101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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