Html Css Color HEX #83DDCC Riptide

📋 copy color: '#83DDCC'

red 131 ◦ green 221 ◦ blue 204

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

Shades of Riptide #83DDCC

Tints of Riptide #83DDCC

RGB

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

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

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

R = 23.56%
G = 39.75%
B = 36.69%

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

#83DDCC (or 0x83DDCC) is known color: Riptide. HEX triplet: 83, DD and CC. RGB value is (131,221,204). Sum of RGB (Red+Green+Blue) = 131+221+204=556 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.56% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDCC is #7C2233. Grayscale: #C0C0C0. Windows color (decimal): -8135220 or 13426051. OLE color: 13426051.

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

Color convert

RGB 131 221 204 -
CMYK 0.41 0 0.08 0.13
HSL 168.67º 0.57% 0.69% -
HSV(B) 168.67º 0.41% 0.87% -
XYZ 46.12 60.9 66.45 -
YUV 192.15 134.68 84.38 -
System Red Green Blue C M Y K H S L
Decimal 131 221 204 0.41 0 0.08 0.13 168.67 0.57 0.69
Hex 83 DD CC 29 0 8 D A9 39 45
Octal 203 335 314 51 0 10 15 251 71 105
Binary 10000011 11011101 11001100 101001 0 1000 1101 10101001 111001 1000101

Color Harmonies of #83DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DDCC

Black with #83DDCC

Text Example


Text Example

White with #83DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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