#27BAC0

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

Shades of Light Sea Green #27BAC0

Tints of Light Sea Green #27BAC0

Color information

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

HSL color Cylindrical-coordinate representation of color #27BAC0: hue angle of 182.35º 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 #27BAC0 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB39186192-
CMYK0.800.0300.25
HSL182.35º66.23%45.29%-
HSV(B)182.35º79.69%75.29%-
XYZ27.9139.3555.99-
YUV142.73155.854.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391861920.800.0300.25182.3566.2345.29
Hex27BAC0503019b6422d
Octal47272300120303126610255
Binary1001111011101011000000101000011011001101101101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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