Html Css Color HEX #80C9BE Bermuda

📋 copy color: '#80C9BE'

red 128 ◦ green 201 ◦ blue 190

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

Shades of Bermuda #80C9BE

Tints of Bermuda #80C9BE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.73%

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 24.66%
G = 38.73%
B = 36.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#80C9BE (or 0x80C9BE) is known color: Bermuda. HEX triplet: 80, C9 and BE. RGB value is (128,201,190). Sum of RGB (Red+Green+Blue) = 128+201+190=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #80C9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C9BE is #7F3641. Grayscale: #B1B1B1. Windows color (decimal): -8336962 or 12503424. OLE color: 12503424.

HSL color Cylindrical-coordinate representation of color #80C9BE: hue angle of 170.96º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C9BE is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 201 190 -
CMYK 0.36 0 0.05 0.21
HSL 170.96º 0.4% 0.65% -
HSV(B) 170.96º 0.36% 0.79% -
XYZ 39.08 50.08 56.32 -
YUV 177.92 134.82 92.39 -
System Red Green Blue C M Y K H S L
Decimal 128 201 190 0.36 0 0.05 0.21 170.96 0.4 0.65
Hex 80 C9 BE 24 0 5 15 AB 28 41
Octal 200 311 276 44 0 5 25 253 50 101
Binary 10000000 11001001 10111110 100100 0 101 10101 10101011 101000 1000001

Color Harmonies of #80C9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C9BE

Black with #80C9BE

Text Example


Text Example

White with #80C9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,201,190); }

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

background-color css

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

 a { background-color: rgb(128,201,190); }

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

border-color css

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

 span { border-color: rgb(128,201,190); }

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