Html Css Color HEX #80DFC4 Riptide

📋 copy color: '#80DFC4'

red 128 ◦ green 223 ◦ blue 196

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

Shades of Riptide #80DFC4

Tints of Riptide #80DFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.83%

R = 23.4%
G = 40.77%
B = 35.83%

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

#80DFC4 (or 0x80DFC4) is known color: Riptide. HEX triplet: 80, DF and C4. RGB value is (128,223,196). Sum of RGB (Red+Green+Blue) = 128+223+196=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFC4 is #7F203B. Grayscale: #BFBFBF. Windows color (decimal): -8331324 or 12902272. OLE color: 12902272.

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

Color convert

RGB 128 223 196 -
CMYK 0.43 0 0.12 0.13
HSL 162.95º 0.6% 0.69% -
HSV(B) 162.95º 0.43% 0.87% -
XYZ 45.25 61.35 61.68 -
YUV 191.52 130.53 82.7 -
System Red Green Blue C M Y K H S L
Decimal 128 223 196 0.43 0 0.12 0.13 162.95 0.6 0.69
Hex 80 DF C4 2B 0 C D A3 3C 45
Octal 200 337 304 53 0 14 15 243 74 105
Binary 10000000 11011111 11000100 101011 0 1100 1101 10100011 111100 1000101

Color Harmonies of #80DFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DFC4

Black with #80DFC4

Text Example


Text Example

White with #80DFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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