Html Css Color HEX #80C8BE Bermuda

📋 copy color: '#80C8BE'

red 128 ◦ green 200 ◦ blue 190

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

Shades of Bermuda #80C8BE

Tints of Bermuda #80C8BE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.61%

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

R = 24.71%
G = 38.61%
B = 36.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#80C8BE (or 0x80C8BE) is known color: Bermuda. HEX triplet: 80, C8 and BE. RGB value is (128,200,190). Sum of RGB (Red+Green+Blue) = 128+200+190=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #80C8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C8BE is #7F3741. Grayscale: #B1B1B1. Windows color (decimal): -8337218 or 12503168. OLE color: 12503168.

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

Color convert

RGB 128 200 190 -
CMYK 0.36 0 0.05 0.22
HSL 171.67º 0.4% 0.64% -
HSV(B) 171.67º 0.36% 0.78% -
XYZ 38.85 49.62 56.24 -
YUV 177.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 128 200 190 0.36 0 0.05 0.22 171.67 0.4 0.64
Hex 80 C8 BE 24 0 5 16 AC 28 40
Octal 200 310 276 44 0 5 26 254 50 100
Binary 10000000 11001000 10111110 100100 0 101 10110 10101100 101000 1000000

Color Harmonies of #80C8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C8BE

Black with #80C8BE

Text Example


Text Example

White with #80C8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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