Html Css Color HEX #80DFBB Bermuda

📋 copy color: '#80DFBB'

red 128 ◦ green 223 ◦ blue 187

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

Shades of Bermuda #80DFBB

Tints of Bermuda #80DFBB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.45%

 BLUE value IS 187 (73.44% from 255) = 34.76%

R = 23.79%
G = 41.45%
B = 34.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#80DFBB (or 0x80DFBB) is known color: Bermuda. HEX triplet: 80, DF and BB. RGB value is (128,223,187). Sum of RGB (Red+Green+Blue) = 128+223+187=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFBB is #7F2044. Grayscale: #BEBEBE. Windows color (decimal): -8331333 or 12312448. OLE color: 12312448.

HSL color Cylindrical-coordinate representation of color #80DFBB: hue angle of 157.26º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DFBB is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 223 187 -
CMYK 0.43 0 0.16 0.13
HSL 157.26º 0.6% 0.69% -
HSV(B) 157.26º 0.43% 0.87% -
XYZ 44.26 60.95 56.45 -
YUV 190.49 126.03 83.43 -
System Red Green Blue C M Y K H S L
Decimal 128 223 187 0.43 0 0.16 0.13 157.26 0.6 0.69
Hex 80 DF BB 2B 0 10 D 9D 3C 45
Octal 200 337 273 53 0 20 15 235 74 105
Binary 10000000 11011111 10111011 101011 0 10000 1101 10011101 111100 1000101

Color Harmonies of #80DFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DFBB

Black with #80DFBB

Text Example


Text Example

White with #80DFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,223,187); }

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

background-color css

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

 a { background-color: rgb(128,223,187); }

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

border-color css

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

 span { border-color: rgb(128,223,187); }

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