Html Css Color HEX #80D6B6 Bermuda

📋 copy color: '#80D6B6'

red 128 ◦ green 214 ◦ blue 182

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

Shades of Bermuda #80D6B6

Tints of Bermuda #80D6B6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.84%

 BLUE value IS 182 (71.48% from 255) = 34.73%

R = 24.43%
G = 40.84%
B = 34.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#80D6B6 (or 0x80D6B6) is known color: Bermuda. HEX triplet: 80, D6 and B6. RGB value is (128,214,182). Sum of RGB (Red+Green+Blue) = 128+214+182=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #80D6B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D6B6 is #7F2949. Grayscale: #B8B8B8. Windows color (decimal): -8333642 or 11982464. OLE color: 11982464.

HSL color Cylindrical-coordinate representation of color #80D6B6: hue angle of 157.67º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D6B6 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 214 182 -
CMYK 0.40 0 0.15 0.16
HSL 157.67º 0.51% 0.67% -
HSV(B) 157.67º 0.4% 0.84% -
XYZ 41.39 56.06 52.89 -
YUV 184.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 128 214 182 0.40 0 0.15 0.16 157.67 0.51 0.67
Hex 80 D6 B6 28 0 F 10 9E 33 43
Octal 200 326 266 50 0 17 20 236 63 103
Binary 10000000 11010110 10110110 101000 0 1111 10000 10011110 110011 1000011

Color Harmonies of #80D6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D6B6

Black with #80D6B6

Text Example


Text Example

White with #80D6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,214,182); }

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

background-color css

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

 a { background-color: rgb(128,214,182); }

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

border-color css

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

 span { border-color: rgb(128,214,182); }

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