#27B2BA

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

Shades of Light Sea Green #27B2BA

Tints of Light Sea Green #27B2BA

Color information

#27B2BA (or 0x27B2BA) is unknown color: approx Light Sea Green. HEX triplet: 27, B2 and BA. RGB value is (39,178,186). Sum of RGB (Red+Green+Blue) = 39+178+186=403 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.68% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #27B2BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27B2BA is #D84D45. Grayscale: #898989. Windows color (decimal): -14175558 or 12235303. OLE color: 12235303.

HSL color Cylindrical-coordinate representation of color #27B2BA: hue angle of 183.27º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27B2BA is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB39178186-
CMYK0.790.0400.27
HSL183.27º65.33%44.12%-
HSV(B)183.27º79.03%72.94%-
XYZ25.6235.8252.02-
YUV137.35155.4557.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.68%
GREEN value IS 178 (69.92% from 255) = 44.17%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=9.68%
G=44.17%
B=46.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391781860.790.0400.27183.2765.3344.12
Hex27B2BA4F401Bb7412c
Octal47262272117403326710154
Binary10011110110010101110101001111100011011101101111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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