Html Css Color HEX #80E6B9 Bermuda

📋 copy color: '#80E6B9'

red 128 ◦ green 230 ◦ blue 185

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

Shades of Bermuda #80E6B9

Tints of Bermuda #80E6B9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.36%

 BLUE value IS 185 (72.66% from 255) = 34.07%

R = 23.57%
G = 42.36%
B = 34.07%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#80E6B9 (or 0x80E6B9) is known color: Bermuda. HEX triplet: 80, E6 and B9. RGB value is (128,230,185). Sum of RGB (Red+Green+Blue) = 128+230+185=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #80E6B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E6B9 is #7F1946. Grayscale: #C2C2C2. Windows color (decimal): -8329543 or 12183168. OLE color: 12183168.

HSL color Cylindrical-coordinate representation of color #80E6B9: hue angle of 153.53º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E6B9 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 230 185 -
CMYK 0.44 0 0.20 0.10
HSL 153.53º 0.67% 0.7% -
HSV(B) 153.53º 0.44% 0.9% -
XYZ 45.96 64.69 55.96 -
YUV 194.37 122.71 80.66 -
System Red Green Blue C M Y K H S L
Decimal 128 230 185 0.44 0 0.20 0.10 153.53 0.67 0.7
Hex 80 E6 B9 2C 0 14 A 9A 43 46
Octal 200 346 271 54 0 24 12 232 103 106
Binary 10000000 11100110 10111001 101100 0 10100 1010 10011010 1000011 1000110

Color Harmonies of #80E6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E6B9

Black with #80E6B9

Text Example


Text Example

White with #80E6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,230,185); }

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

background-color css

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

 a { background-color: rgb(128,230,185); }

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

border-color css

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

 span { border-color: rgb(128,230,185); }

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