#27BCB2

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

Shades of Light Sea Green #27BCB2

Tints of Light Sea Green #27BCB2

Color information

#27BCB2 (or 0x27BCB2) is unknown color: approx Light Sea Green. HEX triplet: 27, BC and B2. RGB value is (39,188,178). Sum of RGB (Red+Green+Blue) = 39+188+178=405 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.63% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #27BCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BCB2 is #D8434D. Grayscale: #8E8E8E. Windows color (decimal): -14173006 or 11713575. OLE color: 11713575.

HSL color Cylindrical-coordinate representation of color #27BCB2: hue angle of 175.97º 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 #27BCB2 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB39188178-
CMYK0.7900.050.26
HSL175.97º65.64%44.51%-
HSV(B)175.97º79.26%73.73%-
XYZ26.8639.6148.35-
YUV142.31148.1454.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.63%
GREEN value IS 188 (73.83% from 255) = 46.42%
BLUE value IS 178 (69.92% from 255) = 43.95%
R=9.63%
G=46.42%
B=43.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391881780.7900.050.26175.9765.6444.51
Hex27BCB24F051Ab0422d
Octal47274262117053226010255
Binary10011110111100101100101001111010111010101100001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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