#27B1AB

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

Shades of Light Sea Green #27B1AB

Tints of Light Sea Green #27B1AB

Color information

#27B1AB (or 0x27B1AB) is unknown color: approx Light Sea Green. HEX triplet: 27, B1 and AB. RGB value is (39,177,171). Sum of RGB (Red+Green+Blue) = 39+177+171=387 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.08% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #27B1AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27B1AB is #D84E54. Grayscale: #868686. Windows color (decimal): -14175829 or 11252007. OLE color: 11252007.

HSL color Cylindrical-coordinate representation of color #27B1AB: hue angle of 177.39º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27B1AB is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB39177171-
CMYK0.7800.030.31
HSL177.39º63.89%42.35%-
HSV(B)177.39º77.97%69.41%-
XYZ23.9134.8243.99-
YUV135.05148.2859.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.08%
GREEN value IS 177 (69.53% from 255) = 45.74%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=10.08%
G=45.74%
B=44.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal391771710.7800.030.31177.3963.8942.35
Hex27B1AB4E031Fb1402a
Octal47261253116033726110052
Binary1001111011000110101011100111001111111101100011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,177,171); }

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

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

 a { background-color: rgb(39,177,171); }

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

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

 span { border-color: rgb(39,177,171); }

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