Html Css Color HEX #83DAC4 Riptide

📋 copy color: '#83DAC4'

red 131 ◦ green 218 ◦ blue 196

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

Shades of Riptide #83DAC4

Tints of Riptide #83DAC4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40%

 BLUE value IS 196 (76.95% from 255) = 35.96%

R = 24.04%
G = 40%
B = 35.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#83DAC4 (or 0x83DAC4) is known color: Riptide. HEX triplet: 83, DA and C4. RGB value is (131,218,196). Sum of RGB (Red+Green+Blue) = 131+218+196=545 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.04% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DAC4 is #7C253B. Grayscale: #BDBDBD. Windows color (decimal): -8135996 or 12900995. OLE color: 12900995.

HSL color Cylindrical-coordinate representation of color #83DAC4: hue angle of 164.83º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DAC4 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 218 196 -
CMYK 0.40 0 0.10 0.15
HSL 164.83º 0.54% 0.68% -
HSV(B) 164.83º 0.4% 0.85% -
XYZ 44.4 58.95 61.26 -
YUV 189.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 131 218 196 0.40 0 0.10 0.15 164.83 0.54 0.68
Hex 83 DA C4 28 0 A F A5 36 44
Octal 203 332 304 50 0 12 17 245 66 104
Binary 10000011 11011010 11000100 101000 0 1010 1111 10100101 110110 1000100

Color Harmonies of #83DAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DAC4

Black with #83DAC4

Text Example


Text Example

White with #83DAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,218,196); }

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

background-color css

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

 a { background-color: rgb(131,218,196); }

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

border-color css

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

 span { border-color: rgb(131,218,196); }

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