Html Css Color HEX #80DDB4 Bermuda

📋 copy color: '#80DDB4'

red 128 ◦ green 221 ◦ blue 180

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

Shades of Bermuda #80DDB4

Tints of Bermuda #80DDB4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.78%

 BLUE value IS 180 (70.7% from 255) = 34.03%

R = 24.2%
G = 41.78%
B = 34.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#80DDB4 (or 0x80DDB4) is known color: Bermuda. HEX triplet: 80, DD and B4. RGB value is (128,221,180). Sum of RGB (Red+Green+Blue) = 128+221+180=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDB4 is #7F224B. Grayscale: #BCBCBC. Windows color (decimal): -8331852 or 11853184. OLE color: 11853184.

HSL color Cylindrical-coordinate representation of color #80DDB4: hue angle of 153.55º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DDB4 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 180 -
CMYK 0.42 0 0.19 0.13
HSL 153.55º 0.58% 0.68% -
HSV(B) 153.55º 0.42% 0.87% -
XYZ 43 59.6 52.42 -
YUV 188.52 123.19 84.83 -
System Red Green Blue C M Y K H S L
Decimal 128 221 180 0.42 0 0.19 0.13 153.55 0.58 0.68
Hex 80 DD B4 2A 0 13 D 9A 3A 44
Octal 200 335 264 52 0 23 15 232 72 104
Binary 10000000 11011101 10110100 101010 0 10011 1101 10011010 111010 1000100

Color Harmonies of #80DDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDB4

Black with #80DDB4

Text Example


Text Example

White with #80DDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,221,180); }

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

background-color css

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

 a { background-color: rgb(128,221,180); }

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

border-color css

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

 span { border-color: rgb(128,221,180); }

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