Html Css Color HEX #27AEAC Light Sea Green

📋 copy color: '#27AEAC'

red 39 ◦ green 174 ◦ blue 172

#27AEAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #27AEAC

Tints of Light Sea Green #27AEAC

RGB

 RED value IS 39 (15.63% from 255) = 10.13%

 GREEN value IS 174 (68.36% from 255) = 45.19%

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 10.13%
G = 45.19%
B = 44.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#27AEAC (or 0x27AEAC) is known color: Light Sea Green. HEX triplet: 27, AE and AC. RGB value is (39,174,172). Sum of RGB (Red+Green+Blue) = 39+174+172=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #27AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AEAC is #D85153. Grayscale: #858585. Windows color (decimal): -14176596 or 11316775. OLE color: 11316775.

HSL color Cylindrical-coordinate representation of color #27AEAC: hue angle of 179.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27AEAC is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 174 172 -
CMYK 0.78 0 0.01 0.32
HSL 179.11º 0.63% 0.42% -
HSV(B) 179.11º 0.78% 0.68% -
XYZ 23.42 33.68 44.3 -
YUV 133.41 149.77 60.66 -
System Red Green Blue C M Y K H S L
Decimal 39 174 172 0.78 0 0.01 0.32 179.11 0.63 0.42
Hex 27 AE AC 4E 0 1 20 B3 3F 2A
Octal 47 256 254 116 0 1 40 263 77 52
Binary 100111 10101110 10101100 1001110 0 1 100000 10110011 111111 101010

Color Harmonies of #27AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27AEAC

Black with #27AEAC

Text Example


Text Example

White with #27AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27AEAC;
 }
 .AnyTagClassName
 {
   color: #27AEAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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