Html Css Color HEX #27BAAC Light Sea Green

📋 copy color: '#27BAAC'

red 39 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #27BAAC

Tints of Light Sea Green #27BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.85%

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

R = 9.82%
G = 46.85%
B = 43.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#27BAAC (or 0x27BAAC) is known color: Light Sea Green. HEX triplet: 27, BA and AC. RGB value is (39,186,172). Sum of RGB (Red+Green+Blue) = 39+186+172=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #27BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BAAC is #D84553. Grayscale: #8C8C8C. Windows color (decimal): -14173524 or 11319847. OLE color: 11319847.

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

Color convert

RGB 39 186 172 -
CMYK 0.79 0 0.08 0.27
HSL 174.29º 0.65% 0.44% -
HSV(B) 174.29º 0.79% 0.73% -
XYZ 25.84 38.53 45.1 -
YUV 140.45 145.8 55.64 -
System Red Green Blue C M Y K H S L
Decimal 39 186 172 0.79 0 0.08 0.27 174.29 0.65 0.44
Hex 27 BA AC 4F 0 8 1B AE 41 2C
Octal 47 272 254 117 0 10 33 256 101 54
Binary 100111 10111010 10101100 1001111 0 1000 11011 10101110 1000001 101100

Color Harmonies of #27BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BAAC

Black with #27BAAC

Text Example


Text Example

White with #27BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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