#27B4AA

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

Shades of Light Sea Green #27B4AA

Tints of Light Sea Green #27B4AA

Color information

#27B4AA (or 0x27B4AA) is unknown color: approx Light Sea Green. HEX triplet: 27, B4 and AA. RGB value is (39,180,170). Sum of RGB (Red+Green+Blue) = 39+180+170=389 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.03% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #27B4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27B4AA is #D84B55. Grayscale: #888888. Windows color (decimal): -14175062 or 11187239. OLE color: 11187239.

HSL color Cylindrical-coordinate representation of color #27B4AA: hue angle of 175.74º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27B4AA is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB39180170-
CMYK0.7800.060.29
HSL175.74º64.38%42.94%-
HSV(B)175.74º78.33%70.59%-
XYZ24.4135.9843.69-
YUV136.7146.7958.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.03%
GREEN value IS 180 (70.70% from 255) = 46.27%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=10.03%
G=46.27%
B=43.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391801700.7800.060.29175.7464.3842.94
Hex27B4AA4E061Db0402b
Octal47264252116063526010053
Binary10011110110100101010101001110011011101101100001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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