Html Css Color HEX #80DFCB Riptide

📋 copy color: '#80DFCB'

red 128 ◦ green 223 ◦ blue 203

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

Shades of Riptide #80DFCB

Tints of Riptide #80DFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 23.1%
G = 40.25%
B = 36.64%

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

#80DFCB (or 0x80DFCB) is known color: Riptide. HEX triplet: 80, DF and CB. RGB value is (128,223,203). Sum of RGB (Red+Green+Blue) = 128+223+203=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFCB is #7F2034. Grayscale: #C0C0C0. Windows color (decimal): -8331317 or 13361024. OLE color: 13361024.

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

Color convert

RGB 128 223 203 -
CMYK 0.43 0 0.09 0.13
HSL 167.37º 0.6% 0.69% -
HSV(B) 167.37º 0.43% 0.87% -
XYZ 46.07 61.68 65.98 -
YUV 192.32 134.03 82.13 -
System Red Green Blue C M Y K H S L
Decimal 128 223 203 0.43 0 0.09 0.13 167.37 0.6 0.69
Hex 80 DF CB 2B 0 9 D A7 3C 45
Octal 200 337 313 53 0 11 15 247 74 105
Binary 10000000 11011111 11001011 101011 0 1001 1101 10100111 111100 1000101

Color Harmonies of #80DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DFCB

Black with #80DFCB

Text Example


Text Example

White with #80DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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