#27BCB1

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

Shades of Light Sea Green #27BCB1

Tints of Light Sea Green #27BCB1

Color information

#27BCB1 (or 0x27BCB1) is unknown color: approx Light Sea Green. HEX triplet: 27, BC and B1. RGB value is (39,188,177). Sum of RGB (Red+Green+Blue) = 39+188+177=404 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.65% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #27BCB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BCB1 is #D8434E. Grayscale: #8E8E8E. Windows color (decimal): -14173007 or 11648039. OLE color: 11648039.

HSL color Cylindrical-coordinate representation of color #27BCB1: hue angle of 175.57º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BCB1 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB39188177-
CMYK0.7900.060.26
HSL175.57º65.64%44.51%-
HSV(B)175.57º79.26%73.73%-
XYZ26.7639.5747.82-
YUV142.2147.6454.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.65%
GREEN value IS 188 (73.83% from 255) = 46.53%
BLUE value IS 177 (69.53% from 255) = 43.81%
R=9.65%
G=46.53%
B=43.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391881770.7900.060.26175.5765.6444.51
Hex27BCB14F061Ab0422d
Octal47274261117063226010255
Binary10011110111100101100011001111011011010101100001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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