Html Css Color HEX #83EAC2 Riptide

📋 copy color: '#83EAC2'

red 131 ◦ green 234 ◦ blue 194

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

Shades of Riptide #83EAC2

Tints of Riptide #83EAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.7%

R = 23.43%
G = 41.86%
B = 34.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#83EAC2 (or 0x83EAC2) is known color: Riptide. HEX triplet: 83, EA and C2. RGB value is (131,234,194). Sum of RGB (Red+Green+Blue) = 131+234+194=559 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.43% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #83EAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EAC2 is #7C153D. Grayscale: #C6C6C6. Windows color (decimal): -8131902 or 12774019. OLE color: 12774019.

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

Color convert

RGB 131 234 194 -
CMYK 0.44 0 0.17 0.08
HSL 156.7º 0.71% 0.72% -
HSV(B) 156.7º 0.44% 0.92% -
XYZ 48.52 67.57 61.52 -
YUV 198.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 131 234 194 0.44 0 0.17 0.08 156.7 0.71 0.72
Hex 83 EA C2 2C 0 11 8 9D 47 48
Octal 203 352 302 54 0 21 10 235 107 110
Binary 10000011 11101010 11000010 101100 0 10001 1000 10011101 1000111 1001000

Color Harmonies of #83EAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EAC2

Black with #83EAC2

Text Example


Text Example

White with #83EAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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