#27B7AA

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

Shades of Light Sea Green #27B7AA

Tints of Light Sea Green #27B7AA

Color information

#27B7AA (or 0x27B7AA) is unknown color: approx Light Sea Green. HEX triplet: 27, B7 and AA. RGB value is (39,183,170). Sum of RGB (Red+Green+Blue) = 39+183+170=392 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.95% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #27B7AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27B7AA is #D84855. Grayscale: #8A8A8A. Windows color (decimal): -14174294 or 11188007. OLE color: 11188007.

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

Color convert

RGB39183170-
CMYK0.7900.070.28
HSL174.58º64.86%43.53%-
HSV(B)174.58º78.69%71.76%-
XYZ25.0337.243.89-
YUV138.46145.7957.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.95%
GREEN value IS 183 (71.88% from 255) = 46.68%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=9.95%
G=46.68%
B=43.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal391831700.7900.070.28174.5864.8643.53
Hex27B7AA4F071Caf412c
Octal47267252117073425710154
Binary10011110110111101010101001111011111100101011111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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