Html Css Color HEX #82EADD Riptide

📋 copy color: '#82EADD'

red 130 ◦ green 234 ◦ blue 221

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

Shades of Riptide #82EADD

Tints of Riptide #82EADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 22.22%
G = 40%
B = 37.78%

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

#82EADD (or 0x82EADD) is known color: Riptide. HEX triplet: 82, EA and DD. RGB value is (130,234,221). Sum of RGB (Red+Green+Blue) = 130+234+221=585 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.22% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #82EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EADD is #7D1522. Grayscale: #C9C9C9. Windows color (decimal): -8197411 or 14543490. OLE color: 14543490.

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

Color convert

RGB 130 234 221 -
CMYK 0.44 0 0.06 0.08
HSL 172.5º 0.71% 0.71% -
HSV(B) 172.5º 0.44% 0.92% -
XYZ 51.68 68.81 78.96 -
YUV 201.42 139.04 77.06 -
System Red Green Blue C M Y K H S L
Decimal 130 234 221 0.44 0 0.06 0.08 172.5 0.71 0.71
Hex 82 EA DD 2C 0 6 8 AC 47 47
Octal 202 352 335 54 0 6 10 254 107 107
Binary 10000010 11101010 11011101 101100 0 110 1000 10101100 1000111 1000111

Color Harmonies of #82EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EADD

Black with #82EADD

Text Example


Text Example

White with #82EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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