Html Css Color HEX #82EADA Riptide

📋 copy color: '#82EADA'

red 130 ◦ green 234 ◦ blue 218

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

Shades of Riptide #82EADA

Tints of Riptide #82EADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.21%

 BLUE value IS 218 (85.55% from 255) = 37.46%

R = 22.34%
G = 40.21%
B = 37.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#82EADA (or 0x82EADA) is known color: Riptide. HEX triplet: 82, EA and DA. RGB value is (130,234,218). Sum of RGB (Red+Green+Blue) = 130+234+218=582 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.34% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #82EADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EADA is #7D1525. Grayscale: #C9C9C9. Windows color (decimal): -8197414 or 14346882. OLE color: 14346882.

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

Color convert

RGB 130 234 218 -
CMYK 0.44 0 0.07 0.08
HSL 170.77º 0.71% 0.71% -
HSV(B) 170.77º 0.44% 0.92% -
XYZ 51.28 68.65 76.88 -
YUV 201.08 137.54 77.3 -
System Red Green Blue C M Y K H S L
Decimal 130 234 218 0.44 0 0.07 0.08 170.77 0.71 0.71
Hex 82 EA DA 2C 0 7 8 AB 47 47
Octal 202 352 332 54 0 7 10 253 107 107
Binary 10000010 11101010 11011010 101100 0 111 1000 10101011 1000111 1000111

Color Harmonies of #82EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EADA

Black with #82EADA

Text Example


Text Example

White with #82EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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