Html Css Color HEX #80D0C1 Bermuda

📋 copy color: '#80D0C1'

red 128 ◦ green 208 ◦ blue 193

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

Shades of Bermuda #80D0C1

Tints of Bermuda #80D0C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.48%

R = 24.2%
G = 39.32%
B = 36.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#80D0C1 (or 0x80D0C1) is known color: Bermuda. HEX triplet: 80, D0 and C1. RGB value is (128,208,193). Sum of RGB (Red+Green+Blue) = 128+208+193=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0C1 is #7F2F3E. Grayscale: #B6B6B6. Windows color (decimal): -8335167 or 12701824. OLE color: 12701824.

HSL color Cylindrical-coordinate representation of color #80D0C1: hue angle of 168.75º 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 #80D0C1 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 193 -
CMYK 0.38 0 0.07 0.18
HSL 168.75º 0.46% 0.66% -
HSV(B) 168.75º 0.38% 0.82% -
XYZ 41.08 53.55 58.62 -
YUV 182.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 128 208 193 0.38 0 0.07 0.18 168.75 0.46 0.66
Hex 80 D0 C1 26 0 7 12 A9 2E 42
Octal 200 320 301 46 0 7 22 251 56 102
Binary 10000000 11010000 11000001 100110 0 111 10010 10101001 101110 1000010

Color Harmonies of #80D0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D0C1

Black with #80D0C1

Text Example


Text Example

White with #80D0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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