Html Css Color HEX #82DACC Riptide

📋 copy color: '#82DACC'

red 130 ◦ green 218 ◦ blue 204

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

Shades of Riptide #82DACC

Tints of Riptide #82DACC

RGB

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

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

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

R = 23.55%
G = 39.49%
B = 36.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#82DACC (or 0x82DACC) is known color: Riptide. HEX triplet: 82, DA and CC. RGB value is (130,218,204). Sum of RGB (Red+Green+Blue) = 130+218+204=552 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.55% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #82DACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DACC is #7D2533. Grayscale: #BEBEBE. Windows color (decimal): -8201524 or 13425282. OLE color: 13425282.

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

Color convert

RGB 130 218 204 -
CMYK 0.40 0 0.06 0.15
HSL 170.45º 0.54% 0.68% -
HSV(B) 170.45º 0.4% 0.85% -
XYZ 45.18 59.25 66.18 -
YUV 190.09 135.85 85.14 -
System Red Green Blue C M Y K H S L
Decimal 130 218 204 0.40 0 0.06 0.15 170.45 0.54 0.68
Hex 82 DA CC 28 0 6 F AA 36 44
Octal 202 332 314 50 0 6 17 252 66 104
Binary 10000010 11011010 11001100 101000 0 110 1111 10101010 110110 1000100

Color Harmonies of #82DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DACC

Black with #82DACC

Text Example


Text Example

White with #82DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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