#27BBA8

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

Shades of Light Sea Green #27BBA8

Tints of Light Sea Green #27BBA8

Color information

#27BBA8 (or 0x27BBA8) is unknown color: approx Light Sea Green. HEX triplet: 27, BB and A8. RGB value is (39,187,168). Sum of RGB (Red+Green+Blue) = 39+187+168=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #27BBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BBA8 is #D84457. Grayscale: #8C8C8C. Windows color (decimal): -14173272 or 11057959. OLE color: 11057959.

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

Color convert

RGB39187168-
CMYK0.7900.100.27
HSL172.3º65.49%44.31%-
HSV(B)172.3º79.14%73.33%-
XYZ25.6738.843.18-
YUV140.58143.4755.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.90%
GREEN value IS 187 (73.44% from 255) = 47.46%
BLUE value IS 168 (66.02% from 255) = 42.64%
R=9.90%
G=47.46%
B=42.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391871680.7900.100.27172.365.4944.31
Hex27BBA84F0A1Bac412c
Octal472732501170123325410154
Binary100111101110111010100010011110101011011101011001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,187,168); }

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

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

 a { background-color: rgb(39,187,168); }

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

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

 span { border-color: rgb(39,187,168); }

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