Html Css Color HEX #27BAA0 Light Sea Green

📋 copy color: '#27BAA0'

red 39 ◦ green 186 ◦ blue 160

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

Shades of Light Sea Green #27BAA0

Tints of Light Sea Green #27BAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.56%

R = 10.13%
G = 48.31%
B = 41.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#27BAA0 (or 0x27BAA0) is known color: Light Sea Green. HEX triplet: 27, BA and A0. RGB value is (39,186,160). Sum of RGB (Red+Green+Blue) = 39+186+160=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #27BAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BAA0 is #D8455F. Grayscale: #8B8B8B. Windows color (decimal): -14173536 or 10533415. OLE color: 10533415.

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

Color convert

RGB 39 186 160 -
CMYK 0.79 0 0.14 0.27
HSL 169.39º 0.65% 0.44% -
HSV(B) 169.39º 0.79% 0.73% -
XYZ 24.74 38.09 39.31 -
YUV 139.08 139.8 56.61 -
System Red Green Blue C M Y K H S L
Decimal 39 186 160 0.79 0 0.14 0.27 169.39 0.65 0.44
Hex 27 BA A0 4F 0 E 1B A9 41 2C
Octal 47 272 240 117 0 16 33 251 101 54
Binary 100111 10111010 10100000 1001111 0 1110 11011 10101001 1000001 101100

Color Harmonies of #27BAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BAA0

Black with #27BAA0

Text Example


Text Example

White with #27BAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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