Html Css Color HEX #80DFCC Riptide

📋 copy color: '#80DFCC'

red 128 ◦ green 223 ◦ blue 204

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

Shades of Riptide #80DFCC

Tints of Riptide #80DFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 23.06%
G = 40.18%
B = 36.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#80DFCC (or 0x80DFCC) is known color: Riptide. HEX triplet: 80, DF and CC. RGB value is (128,223,204). Sum of RGB (Red+Green+Blue) = 128+223+204=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFCC is #7F2033. Grayscale: #C0C0C0. Windows color (decimal): -8331316 or 13426560. OLE color: 13426560.

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

Color convert

RGB 128 223 204 -
CMYK 0.43 0 0.09 0.13
HSL 168º 0.6% 0.69% -
HSV(B) 168º 0.43% 0.87% -
XYZ 46.19 61.72 66.61 -
YUV 192.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 128 223 204 0.43 0 0.09 0.13 168 0.6 0.69
Hex 80 DF CC 2B 0 9 D A8 3C 45
Octal 200 337 314 53 0 11 15 250 74 105
Binary 10000000 11011111 11001100 101011 0 1001 1101 10101000 111100 1000101

Color Harmonies of #80DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DFCC

Black with #80DFCC

Text Example


Text Example

White with #80DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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