#27C0BA

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

Shades of Light Sea Green #27C0BA

Tints of Light Sea Green #27C0BA

Color information

#27C0BA (or 0x27C0BA) is unknown color: approx Light Sea Green. HEX triplet: 27, C0 and BA. RGB value is (39,192,186). Sum of RGB (Red+Green+Blue) = 39+192+186=417 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.35% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #27C0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C0BA is #D83F45. Grayscale: #919191. Windows color (decimal): -14171974 or 12238887. OLE color: 12238887.

HSL color Cylindrical-coordinate representation of color #27C0BA: hue angle of 177.65º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C0BA is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB39192186-
CMYK0.8000.030.25
HSL177.65º66.23%45.29%-
HSV(B)177.65º79.69%75.29%-
XYZ28.5541.6852.99-
YUV145.57150.8151.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.35%
GREEN value IS 192 (75.39% from 255) = 46.04%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=9.35%
G=46.04%
B=44.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391921860.8000.030.25177.6566.2345.29
Hex27C0BA500319b2422d
Octal47300272120033126210255
Binary1001111100000010111010101000001111001101100101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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