#27BCB3

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

Shades of Light Sea Green #27BCB3

Tints of Light Sea Green #27BCB3

Color information

#27BCB3 (or 0x27BCB3) is unknown color: approx Light Sea Green. HEX triplet: 27, BC and B3. RGB value is (39,188,179). Sum of RGB (Red+Green+Blue) = 39+188+179=406 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.61% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #27BCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BCB3 is #D8434C. Grayscale: #8E8E8E. Windows color (decimal): -14173005 or 11779111. OLE color: 11779111.

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

Color convert

RGB39188179-
CMYK0.7900.050.26
HSL176.38º65.64%44.51%-
HSV(B)176.38º79.26%73.73%-
XYZ26.9639.6548.88-
YUV142.42148.6454.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.61%
GREEN value IS 188 (73.83% from 255) = 46.31%
BLUE value IS 179 (70.31% from 255) = 44.09%
R=9.61%
G=46.31%
B=44.09%

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
Decimal391881790.7900.050.26176.3865.6444.51
Hex27BCB34F051Ab0422d
Octal47274263117053226010255
Binary10011110111100101100111001111010111010101100001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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