#27BFA0

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

Shades of Light Sea Green #27BFA0

Tints of Light Sea Green #27BFA0

Color information

#27BFA0 (or 0x27BFA0) is unknown color: approx Light Sea Green. HEX triplet: 27, BF and A0. RGB value is (39,191,160). Sum of RGB (Red+Green+Blue) = 39+191+160=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #27BFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BFA0 is #D8405F. Grayscale: #8D8D8D. Windows color (decimal): -14172256 or 10534695. OLE color: 10534695.

HSL color Cylindrical-coordinate representation of color #27BFA0: hue angle of 167.76º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BFA0 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB39191160-
CMYK0.8000.160.25
HSL167.76º66.09%45.1%-
HSV(B)167.76º79.58%74.9%-
XYZ25.8140.2339.66-
YUV142.02138.1454.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10%
GREEN value IS 191 (75% from 255) = 48.97%
BLUE value IS 160 (62.89% from 255) = 41.03%
R=10%
G=48.97%
B=41.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391911600.8000.160.25167.7666.0945.1
Hex27BFA05001019a8422d
Octal472772401200203125010255
Binary1001111011111110100000101000001000011001101010001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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