#27B0BA

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

Shades of Light Sea Green #27B0BA

Tints of Light Sea Green #27B0BA

Color information

#27B0BA (or 0x27B0BA) is unknown color: approx Light Sea Green. HEX triplet: 27, B0 and BA. RGB value is (39,176,186). Sum of RGB (Red+Green+Blue) = 39+176+186=401 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.73% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #27B0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27B0BA is #D84F45. Grayscale: #888888. Windows color (decimal): -14176070 or 12234791. OLE color: 12234791.

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

Color convert

RGB39176186-
CMYK0.790.0500.27
HSL184.08º65.33%44.12%-
HSV(B)184.08º79.03%72.94%-
XYZ25.2235.0351.89-
YUV136.18156.1158.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.73%
GREEN value IS 176 (69.14% from 255) = 43.89%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=9.73%
G=43.89%
B=46.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391761860.790.0500.27184.0865.3344.12
Hex27B0BA4F501Bb8412c
Octal47260272117503327010154
Binary10011110110000101110101001111101011011101110001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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