Html Css Color HEX #80D0C8 Bermuda

📋 copy color: '#80D0C8'

red 128 ◦ green 208 ◦ blue 200

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

Shades of Bermuda #80D0C8

Tints of Bermuda #80D0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.31%

R = 23.88%
G = 38.81%
B = 37.31%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#80D0C8 (or 0x80D0C8) is known color: Bermuda. HEX triplet: 80, D0 and C8. RGB value is (128,208,200). Sum of RGB (Red+Green+Blue) = 128+208+200=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0C8 is #7F2F37. Grayscale: #B7B7B7. Windows color (decimal): -8335160 or 13160576. OLE color: 13160576.

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

Color convert

RGB 128 208 200 -
CMYK 0.38 0 0.04 0.18
HSL 174º 0.46% 0.66% -
HSV(B) 174º 0.38% 0.82% -
XYZ 41.88 53.87 62.83 -
YUV 183.17 137.5 88.65 -
System Red Green Blue C M Y K H S L
Decimal 128 208 200 0.38 0 0.04 0.18 174 0.46 0.66
Hex 80 D0 C8 26 0 4 12 AE 2E 42
Octal 200 320 310 46 0 4 22 256 56 102
Binary 10000000 11010000 11001000 100110 0 100 10010 10101110 101110 1000010

Color Harmonies of #80D0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D0C8

Black with #80D0C8

Text Example


Text Example

White with #80D0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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