Html Css Color HEX #80DEBC Bermuda

📋 copy color: '#80DEBC'

red 128 ◦ green 222 ◦ blue 188

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

Shades of Bermuda #80DEBC

Tints of Bermuda #80DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.26%

 BLUE value IS 188 (73.83% from 255) = 34.94%

R = 23.79%
G = 41.26%
B = 34.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#80DEBC (or 0x80DEBC) is known color: Bermuda. HEX triplet: 80, DE and BC. RGB value is (128,222,188). Sum of RGB (Red+Green+Blue) = 128+222+188=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #80DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DEBC is #7F2143. Grayscale: #BEBEBE. Windows color (decimal): -8331588 or 12377728. OLE color: 12377728.

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

Color convert

RGB 128 222 188 -
CMYK 0.42 0 0.15 0.13
HSL 158.3º 0.59% 0.69% -
HSV(B) 158.3º 0.42% 0.87% -
XYZ 44.1 60.46 56.92 -
YUV 190.02 126.86 83.76 -
System Red Green Blue C M Y K H S L
Decimal 128 222 188 0.42 0 0.15 0.13 158.3 0.59 0.69
Hex 80 DE BC 2A 0 F D 9E 3B 45
Octal 200 336 274 52 0 17 15 236 73 105
Binary 10000000 11011110 10111100 101010 0 1111 1101 10011110 111011 1000101

Color Harmonies of #80DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DEBC

Black with #80DEBC

Text Example


Text Example

White with #80DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,222,188); }

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

background-color css

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

 a { background-color: rgb(128,222,188); }

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

border-color css

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

 span { border-color: rgb(128,222,188); }

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