Html Css Color HEX #82EBC6 Riptide

📋 copy color: '#82EBC6'

red 130 ◦ green 235 ◦ blue 198

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

Shades of Riptide #82EBC6

Tints of Riptide #82EBC6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.74%

 BLUE value IS 198 (77.73% from 255) = 35.17%

R = 23.09%
G = 41.74%
B = 35.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#82EBC6 (or 0x82EBC6) is known color: Riptide. HEX triplet: 82, EB and C6. RGB value is (130,235,198). Sum of RGB (Red+Green+Blue) = 130+235+198=563 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.09% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EBC6 is #7D1439. Grayscale: #C7C7C7. Windows color (decimal): -8197178 or 13036418. OLE color: 13036418.

HSL color Cylindrical-coordinate representation of color #82EBC6: hue angle of 158.86º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EBC6 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 235 198 -
CMYK 0.45 0 0.16 0.08
HSL 158.86º 0.72% 0.72% -
HSV(B) 158.86º 0.45% 0.92% -
XYZ 49.11 68.24 64.01 -
YUV 199.39 127.21 78.51 -
System Red Green Blue C M Y K H S L
Decimal 130 235 198 0.45 0 0.16 0.08 158.86 0.72 0.72
Hex 82 EB C6 2D 0 10 8 9F 48 48
Octal 202 353 306 55 0 20 10 237 110 110
Binary 10000010 11101011 11000110 101101 0 10000 1000 10011111 1001000 1001000

Color Harmonies of #82EBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EBC6

Black with #82EBC6

Text Example


Text Example

White with #82EBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,235,198); }

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

background-color css

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

 a { background-color: rgb(130,235,198); }

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

border-color css

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

 span { border-color: rgb(130,235,198); }

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