Html Css Color HEX #27BCAA Light Sea Green

📋 copy color: '#27BCAA'

red 39 ◦ green 188 ◦ blue 170

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

Shades of Light Sea Green #27BCAA

Tints of Light Sea Green #27BCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.36%

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 9.82%
G = 47.36%
B = 42.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#27BCAA (or 0x27BCAA) is known color: Light Sea Green. HEX triplet: 27, BC and AA. RGB value is (39,188,170). Sum of RGB (Red+Green+Blue) = 39+188+170=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #27BCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BCAA is #D84355. Grayscale: #8D8D8D. Windows color (decimal): -14173014 or 11189287. OLE color: 11189287.

HSL color Cylindrical-coordinate representation of color #27BCAA: hue angle of 172.75º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BCAA is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 188 170 -
CMYK 0.79 0 0.10 0.26
HSL 172.75º 0.66% 0.45% -
HSV(B) 172.75º 0.79% 0.74% -
XYZ 26.08 39.3 44.24 -
YUV 141.4 144.14 54.96 -
System Red Green Blue C M Y K H S L
Decimal 39 188 170 0.79 0 0.10 0.26 172.75 0.66 0.45
Hex 27 BC AA 4F 0 A 1A AD 42 2D
Octal 47 274 252 117 0 12 32 255 102 55
Binary 100111 10111100 10101010 1001111 0 1010 11010 10101101 1000010 101101

Color Harmonies of #27BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BCAA

Black with #27BCAA

Text Example


Text Example

White with #27BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,188,170); }

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

background-color css

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

 a { background-color: rgb(39,188,170); }

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

border-color css

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

 span { border-color: rgb(39,188,170); }

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