Html Css Color HEX #80DFC5 Riptide

📋 copy color: '#80DFC5'

red 128 ◦ green 223 ◦ blue 197

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

Shades of Riptide #80DFC5

Tints of Riptide #80DFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.95%

R = 23.36%
G = 40.69%
B = 35.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#80DFC5 (or 0x80DFC5) is known color: Riptide. HEX triplet: 80, DF and C5. RGB value is (128,223,197). Sum of RGB (Red+Green+Blue) = 128+223+197=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFC5 is #7F203A. Grayscale: #BFBFBF. Windows color (decimal): -8331323 or 12967808. OLE color: 12967808.

HSL color Cylindrical-coordinate representation of color #80DFC5: hue angle of 163.58º 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 #80DFC5 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 223 197 -
CMYK 0.43 0 0.12 0.13
HSL 163.58º 0.6% 0.69% -
HSV(B) 163.58º 0.43% 0.87% -
XYZ 45.37 61.4 62.28 -
YUV 191.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 128 223 197 0.43 0 0.12 0.13 163.58 0.6 0.69
Hex 80 DF C5 2B 0 C D A4 3C 45
Octal 200 337 305 53 0 14 15 244 74 105
Binary 10000000 11011111 11000101 101011 0 1100 1101 10100100 111100 1000101

Color Harmonies of #80DFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DFC5

Black with #80DFC5

Text Example


Text Example

White with #80DFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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