Html Css Color HEX #27C0AC Light Sea Green

📋 copy color: '#27C0AC'

red 39 ◦ green 192 ◦ blue 172

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

Shades of Light Sea Green #27C0AC

Tints of Light Sea Green #27C0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.64%

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

R = 9.68%
G = 47.64%
B = 42.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#27C0AC (or 0x27C0AC) is known color: Light Sea Green. HEX triplet: 27, C0 and AC. RGB value is (39,192,172). Sum of RGB (Red+Green+Blue) = 39+192+172=403 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.68% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #27C0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27C0AC is #D83F53. Grayscale: #8F8F8F. Windows color (decimal): -14171988 or 11321383. OLE color: 11321383.

HSL color Cylindrical-coordinate representation of color #27C0AC: hue angle of 172.16º 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 #27C0AC is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 192 172 -
CMYK 0.80 0 0.10 0.25
HSL 172.16º 0.66% 0.45% -
HSV(B) 172.16º 0.8% 0.75% -
XYZ 27.13 41.11 45.53 -
YUV 143.97 143.81 53.13 -
System Red Green Blue C M Y K H S L
Decimal 39 192 172 0.80 0 0.10 0.25 172.16 0.66 0.45
Hex 27 C0 AC 50 0 A 19 AC 42 2D
Octal 47 300 254 120 0 12 31 254 102 55
Binary 100111 11000000 10101100 1010000 0 1010 11001 10101100 1000010 101101

Color Harmonies of #27C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C0AC

Black with #27C0AC

Text Example


Text Example

White with #27C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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