#83EAD3

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

Shades of Riptide #83EAD3

Tints of Riptide #83EAD3

Color information

#83EAD3 (or 0x83EAD3) is unknown color: approx Riptide. HEX triplet: 83, EA and D3. RGB value is (131,234,211). Sum of RGB (Red+Green+Blue) = 131+234+211=576 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.74% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #83EAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EAD3 is #7C152C. Grayscale: #C8C8C8. Windows color (decimal): -8131885 or 13888131. OLE color: 13888131.

HSL color Cylindrical-coordinate representation of color #83EAD3: hue angle of 166.6º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83EAD3 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB131234211-
CMYK0.4400.100.08
HSL166.6º71.03%71.57%-
HSV(B)166.6º44.02%91.76%-
XYZ50.5468.3772.16-
YUV200.58133.8878.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.74%
GREEN value IS 234 (91.80% from 255) = 40.62%
BLUE value IS 211 (82.81% from 255) = 36.63%
R=22.74%
G=40.62%
B=36.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1312342110.4400.100.08166.671.0371.57
Hex83EAD32C0A8a74748
Octal2033523235401210247107110
Binary1000001111101010110100111011000101010001010011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,234,211); }

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

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

 a { background-color: rgb(131,234,211); }

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

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

 span { border-color: rgb(131,234,211); }

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