#82E0C4

Color #82E0C4 Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #82E0C4

Tints of Riptide #82E0C4

Color information

#82E0C4 (or 0x82E0C4) is unknown color: approx Riptide. HEX triplet: 82, E0 and C4. RGB value is (130,224,196). Sum of RGB (Red+Green+Blue) = 130+224+196=550 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.64% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #82E0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82E0C4 is #7D1F3B. Grayscale: #C0C0C0. Windows color (decimal): -8199996 or 12902530. OLE color: 12902530.

HSL color Cylindrical-coordinate representation of color #82E0C4: hue angle of 162.13º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E0C4 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB130224196-
CMYK0.4200.120.12
HSL162.13º60.26%69.41%-
HSV(B)162.13º41.96%87.84%-
XYZ45.8362.0461.78-
YUV192.7129.8683.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.64%
GREEN value IS 224 (87.89% from 255) = 40.73%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=23.64%
G=40.73%
B=35.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302241960.4200.120.12162.1360.2669.41
Hex82E0C42A0CCa23c45
Octal202340304520141424274105
Binary100000101110000011000100101010011001100101000101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,224,196); }

 H1.HeaderClassName
 {
   color: #82E0C4;
 }
 .AnyTagClassName
 {
   color: #82E0C4;
 }
</style>
background-color css

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

 a { background-color: rgb(130,224,196); }

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

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

 span { border-color: rgb(130,224,196); }

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