Html Css Color HEX #80D0BC Bermuda

📋 copy color: '#80D0BC'

red 128 ◦ green 208 ◦ blue 188

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

Shades of Bermuda #80D0BC

Tints of Bermuda #80D0BC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.69%

 BLUE value IS 188 (73.83% from 255) = 35.88%

R = 24.43%
G = 39.69%
B = 35.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#80D0BC (or 0x80D0BC) is known color: Bermuda. HEX triplet: 80, D0 and BC. RGB value is (128,208,188). Sum of RGB (Red+Green+Blue) = 128+208+188=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0BC is #7F2F43. Grayscale: #B5B5B5. Windows color (decimal): -8335172 or 12374144. OLE color: 12374144.

HSL color Cylindrical-coordinate representation of color #80D0BC: hue angle of 165º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D0BC is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 188 -
CMYK 0.38 0 0.10 0.18
HSL 165º 0.46% 0.66% -
HSV(B) 165º 0.38% 0.82% -
XYZ 40.54 53.33 55.73 -
YUV 181.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 128 208 188 0.38 0 0.10 0.18 165 0.46 0.66
Hex 80 D0 BC 26 0 A 12 A5 2E 42
Octal 200 320 274 46 0 12 22 245 56 102
Binary 10000000 11010000 10111100 100110 0 1010 10010 10100101 101110 1000010

Color Harmonies of #80D0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D0BC

Black with #80D0BC

Text Example


Text Example

White with #80D0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,188); }

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

background-color css

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

 a { background-color: rgb(128,208,188); }

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

border-color css

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

 span { border-color: rgb(128,208,188); }

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