Html Css Color HEX #83DDCB Riptide

📋 copy color: '#83DDCB'

red 131 ◦ green 221 ◦ blue 203

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

Shades of Riptide #83DDCB

Tints of Riptide #83DDCB

RGB

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

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

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

R = 23.6%
G = 39.82%
B = 36.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#83DDCB (or 0x83DDCB) is known color: Riptide. HEX triplet: 83, DD and CB. RGB value is (131,221,203). Sum of RGB (Red+Green+Blue) = 131+221+203=555 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.60% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDCB is #7C2234. Grayscale: #C0C0C0. Windows color (decimal): -8135221 or 13360515. OLE color: 13360515.

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

Color convert

RGB 131 221 203 -
CMYK 0.41 0 0.08 0.13
HSL 168º 0.57% 0.69% -
HSV(B) 168º 0.41% 0.87% -
XYZ 46 60.85 65.82 -
YUV 192.04 134.18 84.46 -
System Red Green Blue C M Y K H S L
Decimal 131 221 203 0.41 0 0.08 0.13 168 0.57 0.69
Hex 83 DD CB 29 0 8 D A8 39 45
Octal 203 335 313 51 0 10 15 250 71 105
Binary 10000011 11011101 11001011 101001 0 1000 1101 10101000 111001 1000101

Color Harmonies of #83DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DDCB

Black with #83DDCB

Text Example


Text Example

White with #83DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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