Html Css Color HEX #83EAC5 Riptide

📋 copy color: '#83EAC5'

red 131 ◦ green 234 ◦ blue 197

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

Shades of Riptide #83EAC5

Tints of Riptide #83EAC5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.64%

 BLUE value IS 197 (77.34% from 255) = 35.05%

R = 23.31%
G = 41.64%
B = 35.05%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#83EAC5 (or 0x83EAC5) is known color: Riptide. HEX triplet: 83, EA and C5. RGB value is (131,234,197). Sum of RGB (Red+Green+Blue) = 131+234+197=562 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.31% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #83EAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EAC5 is #7C153A. Grayscale: #C7C7C7. Windows color (decimal): -8131899 or 12970627. OLE color: 12970627.

HSL color Cylindrical-coordinate representation of color #83EAC5: hue angle of 158.45º 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 #83EAC5 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 234 197 -
CMYK 0.44 0 0.16 0.08
HSL 158.45º 0.71% 0.72% -
HSV(B) 158.45º 0.44% 0.92% -
XYZ 48.86 67.7 63.32 -
YUV 198.99 126.88 79.51 -
System Red Green Blue C M Y K H S L
Decimal 131 234 197 0.44 0 0.16 0.08 158.45 0.71 0.72
Hex 83 EA C5 2C 0 10 8 9E 47 48
Octal 203 352 305 54 0 20 10 236 107 110
Binary 10000011 11101010 11000101 101100 0 10000 1000 10011110 1000111 1001000

Color Harmonies of #83EAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EAC5

Black with #83EAC5

Text Example


Text Example

White with #83EAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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