#27ACAC

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

Shades of Light Sea Green #27ACAC

Tints of Light Sea Green #27ACAC

Color information

#27ACAC (or 0x27ACAC) is unknown color: approx Light Sea Green. HEX triplet: 27, AC and AC. RGB value is (39,172,172). Sum of RGB (Red+Green+Blue) = 39+172+172=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #27ACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27ACAC is #D85353. Grayscale: #848484. Windows color (decimal): -14177108 or 11316263. OLE color: 11316263.

HSL color Cylindrical-coordinate representation of color #27ACAC: hue angle of 180º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27ACAC is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB39172172-
CMYK0.77000.33
HSL180º63.03%41.37%-
HSV(B)180º77.33%67.45%-
XYZ23.0432.9144.17-
YUV132.23150.4461.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.18%
GREEN value IS 172 (67.58% from 255) = 44.91%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=10.18%
G=44.91%
B=44.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391721720.77000.3318063.0341.37
Hex27ACAC4D0021b43f29
Octal4725425411500412647751
Binary100111101011001010110010011010010000110110100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,172,172); }

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

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

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

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

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

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

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