Html Css Color HEX #82D9D2 Riptide

📋 copy color: '#82D9D2'

red 130 ◦ green 217 ◦ blue 210

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

Shades of Riptide #82D9D2

Tints of Riptide #82D9D2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.96%

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

R = 23.34%
G = 38.96%
B = 37.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#82D9D2 (or 0x82D9D2) is known color: Riptide. HEX triplet: 82, D9 and D2. RGB value is (130,217,210). Sum of RGB (Red+Green+Blue) = 130+217+210=557 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.34% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #82D9D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D9D2 is #7D262D. Grayscale: #BEBEBE. Windows color (decimal): -8201774 or 13818242. OLE color: 13818242.

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

Color convert

RGB 130 217 210 -
CMYK 0.40 0 0.03 0.15
HSL 175.17º 0.53% 0.68% -
HSV(B) 175.17º 0.4% 0.85% -
XYZ 45.65 59.02 69.96 -
YUV 190.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 130 217 210 0.40 0 0.03 0.15 175.17 0.53 0.68
Hex 82 D9 D2 28 0 3 F AF 35 44
Octal 202 331 322 50 0 3 17 257 65 104
Binary 10000010 11011001 11010010 101000 0 11 1111 10101111 110101 1000100

Color Harmonies of #82D9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D9D2

Black with #82D9D2

Text Example


Text Example

White with #82D9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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