Html Css Color HEX #82DAD2 Riptide

📋 copy color: '#82DAD2'

red 130 ◦ green 218 ◦ blue 210

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

Shades of Riptide #82DAD2

Tints of Riptide #82DAD2

RGB

 RED value IS 130 (51.17% from 255) = 23.3%

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

 BLUE value IS 210 (82.42% from 255) = 37.63%

R = 23.3%
G = 39.07%
B = 37.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#82DAD2 (or 0x82DAD2) is known color: Riptide. HEX triplet: 82, DA and D2. RGB value is (130,218,210). Sum of RGB (Red+Green+Blue) = 130+218+210=558 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.30% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #82DAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DAD2 is #7D252D. Grayscale: #BEBEBE. Windows color (decimal): -8201518 or 13818498. OLE color: 13818498.

HSL color Cylindrical-coordinate representation of color #82DAD2: hue angle of 174.55º 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 #82DAD2 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 218 210 -
CMYK 0.40 0 0.04 0.15
HSL 174.55º 0.54% 0.68% -
HSV(B) 174.55º 0.4% 0.85% -
XYZ 45.91 59.54 70.05 -
YUV 190.78 138.85 84.65 -
System Red Green Blue C M Y K H S L
Decimal 130 218 210 0.40 0 0.04 0.15 174.55 0.54 0.68
Hex 82 DA D2 28 0 4 F AF 36 44
Octal 202 332 322 50 0 4 17 257 66 104
Binary 10000010 11011010 11010010 101000 0 100 1111 10101111 110110 1000100

Color Harmonies of #82DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DAD2

Black with #82DAD2

Text Example


Text Example

White with #82DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82DAD2; }

 p { color: rgb(130,218,210); }

 H1.HeaderClassName
 {
   color: #82DAD2;
 }
 .AnyTagClassName
 {
   color: #82DAD2;
 }
</style>

background-color css

<style>
 a { background-color: #82DAD2; }

 a { background-color: rgb(130,218,210); }

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

border-color css

<style>
 span { border-color: #82DAD2; }

 span { border-color: rgb(130,218,210); }

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