Html Css Color HEX #80B27F Dark Sea Green

📋 copy color: '#80B27F'

red 128 ◦ green 178 ◦ blue 127

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

Shades of Dark Sea Green #80B27F

Tints of Dark Sea Green #80B27F

RGB

 RED value IS 128 (50.39% from 255) = 29.56%

 GREEN value IS 178 (69.92% from 255) = 41.11%

 BLUE value IS 127 (50% from 255) = 29.33%

R = 29.56%
G = 41.11%
B = 29.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#80B27F (or 0x80B27F) is known color: Dark Sea Green. HEX triplet: 80, B2 and 7F. RGB value is (128,178,127). Sum of RGB (Red+Green+Blue) = 128+178+127=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 178 - color contains mainly: green. Hex color #80B27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B27F is #7F4D80. Grayscale: #9D9D9D. Windows color (decimal): -8342913 or 8368768. OLE color: 8368768.

HSL color Cylindrical-coordinate representation of color #80B27F: hue angle of 118.82º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80B27F is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 178 127 -
CMYK 0.28 0 0.29 0.30
HSL 118.82º 0.25% 0.6% -
HSV(B) 118.82º 0.29% 0.7% -
XYZ 28.65 37.96 25.9 -
YUV 157.24 110.94 107.15 -
System Red Green Blue C M Y K H S L
Decimal 128 178 127 0.28 0 0.29 0.30 118.82 0.25 0.6
Hex 80 B2 7F 1C 0 1D 1E 77 19 3C
Octal 200 262 177 34 0 35 36 167 31 74
Binary 10000000 10110010 1111111 11100 0 11101 11110 1110111 11001 111100

Color Harmonies of #80B27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B27F

Black with #80B27F

Text Example


Text Example

White with #80B27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B27F; }

 p { color: rgb(128,178,127); }

 H1.HeaderClassName
 {
   color: #80B27F;
 }
 .AnyTagClassName
 {
   color: #80B27F;
 }
</style>

background-color css

<style>
 a { background-color: #80B27F; }

 a { background-color: rgb(128,178,127); }

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

border-color css

<style>
 span { border-color: #80B27F; }

 span { border-color: rgb(128,178,127); }

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