Html Css Color HEX #82D9CA Riptide

📋 copy color: '#82D9CA'

red 130 ◦ green 217 ◦ blue 202

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

Shades of Riptide #82D9CA

Tints of Riptide #82D9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.79%

R = 23.68%
G = 39.53%
B = 36.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#82D9CA (or 0x82D9CA) is known color: Riptide. HEX triplet: 82, D9 and CA. RGB value is (130,217,202). Sum of RGB (Red+Green+Blue) = 130+217+202=549 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.68% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #82D9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D9CA is #7D2635. Grayscale: #BDBDBD. Windows color (decimal): -8201782 or 13293954. OLE color: 13293954.

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

Color convert

RGB 130 217 202 -
CMYK 0.40 0 0.07 0.15
HSL 169.66º 0.53% 0.68% -
HSV(B) 169.66º 0.4% 0.85% -
XYZ 44.68 58.64 64.84 -
YUV 189.28 135.18 85.72 -
System Red Green Blue C M Y K H S L
Decimal 130 217 202 0.40 0 0.07 0.15 169.66 0.53 0.68
Hex 82 D9 CA 28 0 7 F AA 35 44
Octal 202 331 312 50 0 7 17 252 65 104
Binary 10000010 11011001 11001010 101000 0 111 1111 10101010 110101 1000100

Color Harmonies of #82D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D9CA

Black with #82D9CA

Text Example


Text Example

White with #82D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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