Html Css Color HEX #82D5CC Riptide

📋 copy color: '#82D5CC'

red 130 ◦ green 213 ◦ blue 204

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

Shades of Riptide #82D5CC

Tints of Riptide #82D5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.94%

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

R = 23.77%
G = 38.94%
B = 37.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#82D5CC (or 0x82D5CC) is known color: Riptide. HEX triplet: 82, D5 and CC. RGB value is (130,213,204). Sum of RGB (Red+Green+Blue) = 130+213+204=547 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.77% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #82D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D5CC is #7D2A33. Grayscale: #BBBBBB. Windows color (decimal): -8202804 or 13424002. OLE color: 13424002.

HSL color Cylindrical-coordinate representation of color #82D5CC: hue angle of 173.49º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D5CC is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 213 204 -
CMYK 0.39 0 0.04 0.16
HSL 173.49º 0.5% 0.67% -
HSV(B) 173.49º 0.39% 0.84% -
XYZ 43.9 56.69 65.76 -
YUV 187.16 137.5 87.23 -
System Red Green Blue C M Y K H S L
Decimal 130 213 204 0.39 0 0.04 0.16 173.49 0.5 0.67
Hex 82 D5 CC 27 0 4 10 AD 32 43
Octal 202 325 314 47 0 4 20 255 62 103
Binary 10000010 11010101 11001100 100111 0 100 10000 10101101 110010 1000011

Color Harmonies of #82D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D5CC

Black with #82D5CC

Text Example


Text Example

White with #82D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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