#83e2c1

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

Shades of Riptide #83E2C1

Tints of Riptide #83E2C1

Color information

#83E2C1 (or 0x83E2C1) is unknown color: approx Riptide. HEX triplet: 83, E2 and C1. RGB value is (131,226,193). Sum of RGB (Red+Green+Blue) = 131+226+193=550 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.82% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #83E2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E2C1 is #7C1D3E. Grayscale: #C1C1C1. Windows color (decimal): -8133951 or 12706435. OLE color: 12706435.

HSL color Cylindrical-coordinate representation of color #83E2C1: hue angle of 159.16º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83E2C1 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB131226193-
CMYK0.4200.150.11
HSL159.16º62.09%70%-
HSV(B)159.16º42.04%88.63%-
XYZ46.1863.0760.19-
YUV193.83127.5383.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.82%
GREEN value IS 226 (88.67% from 255) = 41.09%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=23.82%
G=41.09%
B=35.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1312261930.4200.150.11159.1662.0970
Hex83E2C12A0FB9f3e46
Octal203342301520171323776106
Binary100000111110001011000001101010011111011100111111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83e2c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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