Html Css Color HEX #83E0DA Riptide

📋 copy color: '#83E0DA'

red 131 ◦ green 224 ◦ blue 218

#83E0DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #83E0DA

Tints of Riptide #83E0DA

RGB

 RED value IS 131 (51.56% from 255) = 22.86%

 GREEN value IS 224 (87.89% from 255) = 39.09%

 BLUE value IS 218 (85.55% from 255) = 38.05%

R = 22.86%
G = 39.09%
B = 38.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#83E0DA (or 0x83E0DA) is known color: Riptide. HEX triplet: 83, E0 and DA. RGB value is (131,224,218). Sum of RGB (Red+Green+Blue) = 131+224+218=573 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.86% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #83E0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E0DA is #7C1F25. Grayscale: #C3C3C3. Windows color (decimal): -8134438 or 14344323. OLE color: 14344323.

HSL color Cylindrical-coordinate representation of color #83E0DA: hue angle of 176.13º 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 #83E0DA is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 224 218 -
CMYK 0.42 0 0.03 0.12
HSL 176.13º 0.6% 0.7% -
HSV(B) 176.13º 0.42% 0.88% -
XYZ 48.67 63.2 75.96 -
YUV 195.51 140.69 81.99 -
System Red Green Blue C M Y K H S L
Decimal 131 224 218 0.42 0 0.03 0.12 176.13 0.6 0.7
Hex 83 E0 DA 2A 0 3 C B0 3C 46
Octal 203 340 332 52 0 3 14 260 74 106
Binary 10000011 11100000 11011010 101010 0 11 1100 10110000 111100 1000110

Color Harmonies of #83E0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83E0DA

Black with #83E0DA

Text Example


Text Example

White with #83E0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83E0DA;
 }
 .AnyTagClassName
 {
   color: #83E0DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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