Html Css Color HEX #80E6BD Riptide

📋 copy color: '#80E6BD'

red 128 ◦ green 230 ◦ blue 189

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

Shades of Riptide #80E6BD

Tints of Riptide #80E6BD

RGB

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

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

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

R = 23.4%
G = 42.05%
B = 34.55%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#80E6BD (or 0x80E6BD) is known color: Riptide. HEX triplet: 80, E6 and BD. RGB value is (128,230,189). Sum of RGB (Red+Green+Blue) = 128+230+189=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #80E6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80E6BD is #7F1942. Grayscale: #C2C2C2. Windows color (decimal): -8329539 or 12445312. OLE color: 12445312.

HSL color Cylindrical-coordinate representation of color #80E6BD: hue angle of 155.88º 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 #80E6BD is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 230 189 -
CMYK 0.44 0 0.18 0.10
HSL 155.88º 0.67% 0.7% -
HSV(B) 155.88º 0.44% 0.9% -
XYZ 46.38 64.86 58.22 -
YUV 194.83 124.71 80.33 -
System Red Green Blue C M Y K H S L
Decimal 128 230 189 0.44 0 0.18 0.10 155.88 0.67 0.7
Hex 80 E6 BD 2C 0 12 A 9C 43 46
Octal 200 346 275 54 0 22 12 234 103 106
Binary 10000000 11100110 10111101 101100 0 10010 1010 10011100 1000011 1000110

Color Harmonies of #80E6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E6BD

Black with #80E6BD

Text Example


Text Example

White with #80E6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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