Html Css Color HEX #80CEBD Bermuda

📋 copy color: '#80CEBD'

red 128 ◦ green 206 ◦ blue 189

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

Shades of Bermuda #80CEBD

Tints of Bermuda #80CEBD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.39%

 BLUE value IS 189 (74.22% from 255) = 36.14%

R = 24.47%
G = 39.39%
B = 36.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#80CEBD (or 0x80CEBD) is known color: Bermuda. HEX triplet: 80, CE and BD. RGB value is (128,206,189). Sum of RGB (Red+Green+Blue) = 128+206+189=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEBD is #7F3142. Grayscale: #B4B4B4. Windows color (decimal): -8335683 or 12439168. OLE color: 12439168.

HSL color Cylindrical-coordinate representation of color #80CEBD: hue angle of 166.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CEBD is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 189 -
CMYK 0.38 0 0.08 0.19
HSL 166.92º 0.44% 0.65% -
HSV(B) 166.92º 0.38% 0.81% -
XYZ 40.16 52.41 56.14 -
YUV 180.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 128 206 189 0.38 0 0.08 0.19 166.92 0.44 0.65
Hex 80 CE BD 26 0 8 13 A7 2C 41
Octal 200 316 275 46 0 10 23 247 54 101
Binary 10000000 11001110 10111101 100110 0 1000 10011 10100111 101100 1000001

Color Harmonies of #80CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CEBD

Black with #80CEBD

Text Example


Text Example

White with #80CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,206,189); }

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

background-color css

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

 a { background-color: rgb(128,206,189); }

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

border-color css

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

 span { border-color: rgb(128,206,189); }

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