#83DFC0

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

Shades of Riptide #83DFC0

Tints of Riptide #83DFC0

Color information

#83DFC0 (or 0x83DFC0) is unknown color: approx Riptide. HEX triplet: 83, DF and C0. RGB value is (131,223,192). Sum of RGB (Red+Green+Blue) = 131+223+192=546 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.99% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFC0 is #7C203F. Grayscale: #BFBFBF. Windows color (decimal): -8134720 or 12640131. OLE color: 12640131.

HSL color Cylindrical-coordinate representation of color #83DFC0: hue angle of 159.78º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DFC0 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB131223192-
CMYK0.4100.140.13
HSL159.78º58.97%69.41%-
HSV(B)159.78º41.26%87.45%-
XYZ45.2661.4159.34-
YUV191.96128.0284.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.99%
GREEN value IS 223 (87.5% from 255) = 40.84%
BLUE value IS 192 (75.39% from 255) = 35.16%
R=23.99%
G=40.84%
B=35.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312231920.4100.140.13159.7858.9769.41
Hex83DFC0290EDa03b45
Octal203337300510161524073105
Binary100000111101111111000000101001011101101101000001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,223,192); }

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

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

 a { background-color: rgb(131,223,192); }

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

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

 span { border-color: rgb(131,223,192); }

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