Html Css Color HEX #82EADB Riptide

📋 copy color: '#82EADB'

red 130 ◦ green 234 ◦ blue 219

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

Shades of Riptide #82EADB

Tints of Riptide #82EADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.56%

R = 22.3%
G = 40.14%
B = 37.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#82EADB (or 0x82EADB) is known color: Riptide. HEX triplet: 82, EA and DB. RGB value is (130,234,219). Sum of RGB (Red+Green+Blue) = 130+234+219=583 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.30% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #82EADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EADB is #7D1524. Grayscale: #C9C9C9. Windows color (decimal): -8197413 or 14412418. OLE color: 14412418.

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

Color convert

RGB 130 234 219 -
CMYK 0.44 0 0.06 0.08
HSL 171.35º 0.71% 0.71% -
HSV(B) 171.35º 0.44% 0.92% -
XYZ 51.41 68.71 77.57 -
YUV 201.19 138.04 77.22 -
System Red Green Blue C M Y K H S L
Decimal 130 234 219 0.44 0 0.06 0.08 171.35 0.71 0.71
Hex 82 EA DB 2C 0 6 8 AB 47 47
Octal 202 352 333 54 0 6 10 253 107 107
Binary 10000010 11101010 11011011 101100 0 110 1000 10101011 1000111 1000111

Color Harmonies of #82EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EADB

Black with #82EADB

Text Example


Text Example

White with #82EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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