#83DCC4

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

Shades of Riptide #83DCC4

Tints of Riptide #83DCC4

Color information

#83DCC4 (or 0x83DCC4) is unknown color: approx Riptide. HEX triplet: 83, DC and C4. RGB value is (131,220,196). Sum of RGB (Red+Green+Blue) = 131+220+196=547 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.95% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCC4 is #7C233B. Grayscale: #BEBEBE. Windows color (decimal): -8135484 or 12901507. OLE color: 12901507.

HSL color Cylindrical-coordinate representation of color #83DCC4: hue angle of 163.82º 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 #83DCC4 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB131220196-
CMYK0.4000.110.14
HSL163.82º55.97%68.82%-
HSV(B)163.82º40.45%86.27%-
XYZ44.926061.44-
YUV190.65131.0185.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.95%
GREEN value IS 220 (86.33% from 255) = 40.22%
BLUE value IS 196 (76.95% from 255) = 35.83%
R=23.95%
G=40.22%
B=35.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312201960.4000.110.14163.8255.9768.82
Hex83DCC4280BEa43845
Octal203334304500131624470105
Binary100000111101110011000100101000010111110101001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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