#27B6AA

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

Shades of Light Sea Green #27B6AA

Tints of Light Sea Green #27B6AA

Color information

#27B6AA (or 0x27B6AA) is unknown color: approx Light Sea Green. HEX triplet: 27, B6 and AA. RGB value is (39,182,170). Sum of RGB (Red+Green+Blue) = 39+182+170=391 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.97% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 182 - color contains mainly: green. Hex color #27B6AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27B6AA is #D84955. Grayscale: #898989. Windows color (decimal): -14174550 or 11187751. OLE color: 11187751.

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

Color convert

RGB39182170-
CMYK0.7900.070.29
HSL174.97º64.71%43.33%-
HSV(B)174.97º78.57%71.37%-
XYZ24.8236.7943.82-
YUV137.88146.1257.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.97%
GREEN value IS 182 (71.48% from 255) = 46.55%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=9.97%
G=46.55%
B=43.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391821700.7900.070.29174.9764.7143.33
Hex27B6AA4F071Daf412b
Octal47266252117073525710153
Binary10011110110110101010101001111011111101101011111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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