#27BCB8

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

Shades of Light Sea Green #27BCB8

Tints of Light Sea Green #27BCB8

Color information

#27BCB8 (or 0x27BCB8) is unknown color: approx Light Sea Green. HEX triplet: 27, BC and B8. RGB value is (39,188,184). Sum of RGB (Red+Green+Blue) = 39+188+184=411 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.49% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #27BCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BCB8 is #D84347. Grayscale: #8E8E8E. Windows color (decimal): -14173000 or 12106791. OLE color: 12106791.

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

Color convert

RGB39188184-
CMYK0.7900.020.26
HSL178.39º65.64%44.51%-
HSV(B)178.39º79.26%73.73%-
XYZ27.4739.8651.59-
YUV142.99151.1453.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.49%
GREEN value IS 188 (73.83% from 255) = 45.74%
BLUE value IS 184 (72.27% from 255) = 44.77%
R=9.49%
G=45.74%
B=44.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391881840.7900.020.26178.3965.6444.51
Hex27BCB84F021Ab2422d
Octal47274270117023226210255
Binary1001111011110010111000100111101011010101100101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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