#83E8C1

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

Shades of Riptide #83E8C1

Tints of Riptide #83E8C1

Color information

#83E8C1 (or 0x83E8C1) is unknown color: approx Riptide. HEX triplet: 83, E8 and C1. RGB value is (131,232,193). Sum of RGB (Red+Green+Blue) = 131+232+193=556 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.56% from 556); Green value is 232 (91.02% from 255 or 41.73% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 232 - color contains mainly: green. Hex color #83E8C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83E8C1 is #7C173E. Grayscale: #C5C5C5. Windows color (decimal): -8132415 or 12707971. OLE color: 12707971.

HSL color Cylindrical-coordinate representation of color #83E8C1: hue angle of 156.83º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83E8C1 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB131232193-
CMYK0.4400.170.09
HSL156.83º68.71%71.18%-
HSV(B)156.83º43.53%90.98%-
XYZ47.8466.3960.74-
YUV197.36125.5480.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.56%
GREEN value IS 232 (91.02% from 255) = 41.73%
BLUE value IS 193 (75.78% from 255) = 34.71%
R=23.56%
G=41.73%
B=34.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1312321930.4400.170.09156.8368.7171.18
Hex83E8C12C01199d4547
Octal2033503015402111235105107
Binary10000011111010001100000110110001000110011001110110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83E8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83E8C1; }

 p { color: rgb(131,232,193); }

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

<style>
 a { background-color: #83E8C1; }

 a { background-color: rgb(131,232,193); }

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

<style>
 span { border-color: #83E8C1; }

 span { border-color: rgb(131,232,193); }

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