Html Css Color HEX #27BA9F Light Sea Green

📋 copy color: '#27BA9F'

red 39 ◦ green 186 ◦ blue 159

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

Shades of Light Sea Green #27BA9F

Tints of Light Sea Green #27BA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.41%

R = 10.16%
G = 48.44%
B = 41.41%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#27BA9F (or 0x27BA9F) is known color: Light Sea Green. HEX triplet: 27, BA and 9F. RGB value is (39,186,159). Sum of RGB (Red+Green+Blue) = 39+186+159=384 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.16% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #27BA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BA9F is #D84560. Grayscale: #8A8A8A. Windows color (decimal): -14173537 or 10467879. OLE color: 10467879.

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

Color convert

RGB 39 186 159 -
CMYK 0.79 0 0.15 0.27
HSL 168.98º 0.65% 0.44% -
HSV(B) 168.98º 0.79% 0.73% -
XYZ 24.65 38.05 38.85 -
YUV 138.97 139.3 56.7 -
System Red Green Blue C M Y K H S L
Decimal 39 186 159 0.79 0 0.15 0.27 168.98 0.65 0.44
Hex 27 BA 9F 4F 0 F 1B A9 41 2C
Octal 47 272 237 117 0 17 33 251 101 54
Binary 100111 10111010 10011111 1001111 0 1111 11011 10101001 1000001 101100

Color Harmonies of #27BA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BA9F

Black with #27BA9F

Text Example


Text Example

White with #27BA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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