#83DCCA

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

Shades of Riptide #83DCCA

Tints of Riptide #83DCCA

Color information

#83DCCA (or 0x83DCCA) is unknown color: approx Riptide. HEX triplet: 83, DC and CA. RGB value is (131,220,202). Sum of RGB (Red+Green+Blue) = 131+220+202=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCCA is #7C2335. Grayscale: #BFBFBF. Windows color (decimal): -8135478 or 13294723. OLE color: 13294723.

HSL color Cylindrical-coordinate representation of color #83DCCA: hue angle of 167.87º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DCCA is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB131220202-
CMYK0.4000.080.14
HSL167.87º55.97%68.82%-
HSV(B)167.87º40.45%86.27%-
XYZ45.6160.2865.11-
YUV191.34134.0184.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.69%
GREEN value IS 220 (86.33% from 255) = 39.78%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=23.69%
G=39.78%
B=36.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312202020.4000.080.14167.8755.9768.82
Hex83DCCA2808Ea83845
Octal203334312500101625070105
Binary100000111101110011001010101000010001110101010001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,220,202); }

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

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

 a { background-color: rgb(131,220,202); }

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

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

 span { border-color: rgb(131,220,202); }

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