#27C5BF

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

Shades of Light Sea Green #27C5BF

Tints of Light Sea Green #27C5BF

Color information

#27C5BF (or 0x27C5BF) is unknown color: approx Light Sea Green. HEX triplet: 27, C5 and BF. RGB value is (39,197,191). Sum of RGB (Red+Green+Blue) = 39+197+191=427 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.13% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #27C5BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C5BF is #D83A40. Grayscale: #949494. Windows color (decimal): -14170689 or 12567847. OLE color: 12567847.

HSL color Cylindrical-coordinate representation of color #27C5BF: hue angle of 177.72º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C5BF is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB39197191-
CMYK0.8000.030.23
HSL177.72º66.95%46.27%-
HSV(B)177.72º80.2%77.25%-
XYZ30.2144.1356.22-
YUV149.07151.6549.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.13%
GREEN value IS 197 (77.34% from 255) = 46.14%
BLUE value IS 191 (75% from 255) = 44.73%
R=9.13%
G=46.14%
B=44.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal391971910.8000.030.23177.7266.9546.27
Hex27C5BF500317b2432e
Octal47305277120032726210356
Binary1001111100010110111111101000001110111101100101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,197,191); }

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

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

 a { background-color: rgb(39,197,191); }

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

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

 span { border-color: rgb(39,197,191); }

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