#27B1BA

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

Shades of Light Sea Green #27B1BA

Tints of Light Sea Green #27B1BA

Color information

#27B1BA (or 0x27B1BA) is unknown color: approx Light Sea Green. HEX triplet: 27, B1 and BA. RGB value is (39,177,186). Sum of RGB (Red+Green+Blue) = 39+177+186=402 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.70% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #27B1BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27B1BA is #D84E45. Grayscale: #888888. Windows color (decimal): -14175814 or 12235047. OLE color: 12235047.

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

Color convert

RGB39177186-
CMYK0.790.0500.27
HSL183.67º65.33%44.12%-
HSV(B)183.67º79.03%72.94%-
XYZ25.4235.4251.95-
YUV136.76155.7858.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.70%
GREEN value IS 177 (69.53% from 255) = 44.03%
BLUE value IS 186 (73.05% from 255) = 46.27%
R=9.70%
G=44.03%
B=46.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391771860.790.0500.27183.6765.3344.12
Hex27B1BA4F501Bb8412c
Octal47261272117503327010154
Binary10011110110001101110101001111101011011101110001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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