Html Css Color HEX #83DDC5 Riptide

📋 copy color: '#83DDC5'

red 131 ◦ green 221 ◦ blue 197

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

Shades of Riptide #83DDC5

Tints of Riptide #83DDC5

RGB

 RED value IS 131 (51.56% from 255) = 23.86%

 GREEN value IS 221 (86.72% from 255) = 40.26%

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

R = 23.86%
G = 40.26%
B = 35.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#83DDC5 (or 0x83DDC5) is known color: Riptide. HEX triplet: 83, DD and C5. RGB value is (131,221,197). Sum of RGB (Red+Green+Blue) = 131+221+197=549 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.86% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDC5 is #7C223A. Grayscale: #BFBFBF. Windows color (decimal): -8135227 or 12967299. OLE color: 12967299.

HSL color Cylindrical-coordinate representation of color #83DDC5: hue angle of 164º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DDC5 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 221 197 -
CMYK 0.41 0 0.11 0.13
HSL 164º 0.57% 0.69% -
HSV(B) 164º 0.41% 0.87% -
XYZ 45.29 60.57 62.13 -
YUV 191.35 131.18 84.95 -
System Red Green Blue C M Y K H S L
Decimal 131 221 197 0.41 0 0.11 0.13 164 0.57 0.69
Hex 83 DD C5 29 0 B D A4 39 45
Octal 203 335 305 51 0 13 15 244 71 105
Binary 10000011 11011101 11000101 101001 0 1011 1101 10100100 111001 1000101

Color Harmonies of #83DDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DDC5

Black with #83DDC5

Text Example


Text Example

White with #83DDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83DDC5; }

 p { color: rgb(131,221,197); }

 H1.HeaderClassName
 {
   color: #83DDC5;
 }
 .AnyTagClassName
 {
   color: #83DDC5;
 }
</style>

background-color css

<style>
 a { background-color: #83DDC5; }

 a { background-color: rgb(131,221,197); }

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

border-color css

<style>
 span { border-color: #83DDC5; }

 span { border-color: rgb(131,221,197); }

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