Html Css Color HEX #83DEC6 Riptide

📋 copy color: '#83DEC6'

red 131 ◦ green 222 ◦ blue 198

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

Shades of Riptide #83DEC6

Tints of Riptide #83DEC6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.29%

 BLUE value IS 198 (77.73% from 255) = 35.93%

R = 23.77%
G = 40.29%
B = 35.93%

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

#83DEC6 (or 0x83DEC6) is known color: Riptide. HEX triplet: 83, DE and C6. RGB value is (131,222,198). Sum of RGB (Red+Green+Blue) = 131+222+198=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #83DEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DEC6 is #7C2139. Grayscale: #C0C0C0. Windows color (decimal): -8134970 or 13033091. OLE color: 13033091.

HSL color Cylindrical-coordinate representation of color #83DEC6: hue angle of 164.18º degrees, saturation: 0.58, 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 #83DEC6 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 222 198 -
CMYK 0.41 0 0.11 0.13
HSL 164.18º 0.58% 0.69% -
HSV(B) 164.18º 0.41% 0.87% -
XYZ 45.67 61.15 62.82 -
YUV 192.06 131.35 84.45 -
System Red Green Blue C M Y K H S L
Decimal 131 222 198 0.41 0 0.11 0.13 164.18 0.58 0.69
Hex 83 DE C6 29 0 B D A4 3A 45
Octal 203 336 306 51 0 13 15 244 72 105
Binary 10000011 11011110 11000110 101001 0 1011 1101 10100100 111010 1000101

Color Harmonies of #83DEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DEC6

Black with #83DEC6

Text Example


Text Example

White with #83DEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,222,198); }

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

background-color css

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

 a { background-color: rgb(131,222,198); }

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

border-color css

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

 span { border-color: rgb(131,222,198); }

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