#27BDAF

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

Shades of Light Sea Green #27BDAF

Tints of Light Sea Green #27BDAF

Color information

#27BDAF (or 0x27BDAF) is unknown color: approx Light Sea Green. HEX triplet: 27, BD and AF. RGB value is (39,189,175). Sum of RGB (Red+Green+Blue) = 39+189+175=403 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.68% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #27BDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BDAF is #D84250. Grayscale: #8E8E8E. Windows color (decimal): -14172753 or 11517223. OLE color: 11517223.

HSL color Cylindrical-coordinate representation of color #27BDAF: hue angle of 174.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BDAF is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB39189175-
CMYK0.7900.070.26
HSL174.4º65.79%44.71%-
HSV(B)174.4º79.37%74.12%-
XYZ26.7739.9246.85-
YUV142.55146.354.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.68%
GREEN value IS 189 (74.22% from 255) = 46.90%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=9.68%
G=46.90%
B=43.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391891750.7900.070.26174.465.7944.71
Hex27BDAF4F071Aae422d
Octal47275257117073225610255
Binary10011110111101101011111001111011111010101011101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,189,175); }

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

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

 a { background-color: rgb(39,189,175); }

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

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

 span { border-color: rgb(39,189,175); }

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