#83E0C4

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

Shades of Riptide #83E0C4

Tints of Riptide #83E0C4

Color information

#83E0C4 (or 0x83E0C4) is unknown color: approx Riptide. HEX triplet: 83, E0 and C4. RGB value is (131,224,196). Sum of RGB (Red+Green+Blue) = 131+224+196=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #83E0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E0C4 is #7C1F3B. Grayscale: #C1C1C1. Windows color (decimal): -8134460 or 12902531. OLE color: 12902531.

HSL color Cylindrical-coordinate representation of color #83E0C4: hue angle of 161.94º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83E0C4 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB131224196-
CMYK0.4200.120.12
HSL161.94º60%69.61%-
HSV(B)161.94º41.52%87.84%-
XYZ45.9862.1261.79-
YUV193129.6983.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.77%
GREEN value IS 224 (87.89% from 255) = 40.65%
BLUE value IS 196 (76.95% from 255) = 35.57%
R=23.77%
G=40.65%
B=35.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1312241960.4200.120.12161.946069.61
Hex83E0C42A0CCa23c46
Octal203340304520141424274106
Binary100000111110000011000100101010011001100101000101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83E0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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