Html Css Color HEX #27BFA0 Light Sea Green

📋 copy color: '#27BFA0'

red 39 ◦ green 191 ◦ blue 160

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

Shades of Light Sea Green #27BFA0

Tints of Light Sea Green #27BFA0

RGB

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

 GREEN value IS 191 (75% from 255) = 48.97%

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

R = 10%
G = 48.97%
B = 41.03%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#27BFA0 (or 0x27BFA0) is known color: Light Sea Green. HEX triplet: 27, BF and A0. RGB value is (39,191,160). Sum of RGB (Red+Green+Blue) = 39+191+160=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #27BFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BFA0 is #D8405F. Grayscale: #8D8D8D. Windows color (decimal): -14172256 or 10534695. OLE color: 10534695.

HSL color Cylindrical-coordinate representation of color #27BFA0: hue angle of 167.76º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BFA0 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 191 160 -
CMYK 0.80 0 0.16 0.25
HSL 167.76º 0.66% 0.45% -
HSV(B) 167.76º 0.8% 0.75% -
XYZ 25.81 40.23 39.66 -
YUV 142.02 138.14 54.52 -
System Red Green Blue C M Y K H S L
Decimal 39 191 160 0.80 0 0.16 0.25 167.76 0.66 0.45
Hex 27 BF A0 50 0 10 19 A8 42 2D
Octal 47 277 240 120 0 20 31 250 102 55
Binary 100111 10111111 10100000 1010000 0 10000 11001 10101000 1000010 101101

Color Harmonies of #27BFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BFA0

Black with #27BFA0

Text Example


Text Example

White with #27BFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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