#27BCAD

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

Shades of Light Sea Green #27BCAD

Tints of Light Sea Green #27BCAD

Color information

#27BCAD (or 0x27BCAD) is unknown color: approx Light Sea Green. HEX triplet: 27, BC and AD. RGB value is (39,188,173). Sum of RGB (Red+Green+Blue) = 39+188+173=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #27BCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BCAD is #D84352. Grayscale: #8D8D8D. Windows color (decimal): -14173011 or 11385895. OLE color: 11385895.

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

Color convert

RGB39188173-
CMYK0.7900.080.26
HSL173.96º65.64%44.51%-
HSV(B)173.96º79.26%73.73%-
XYZ26.3639.4145.75-
YUV141.74145.6454.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.75%
GREEN value IS 188 (73.83% from 255) = 47%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=9.75%
G=47%
B=43.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391881730.7900.080.26173.9665.6444.51
Hex27BCAD4F081Aae422d
Octal472742551170103225610255
Binary100111101111001010110110011110100011010101011101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,188,173); }

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

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

 a { background-color: rgb(39,188,173); }

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

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

 span { border-color: rgb(39,188,173); }

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