Html Css Color HEX #84EBC4 Riptide

📋 copy color: '#84EBC4'

red 132 ◦ green 235 ◦ blue 196

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

Shades of Riptide #84EBC4

Tints of Riptide #84EBC4

RGB

 RED value IS 132 (51.95% from 255) = 23.45%

 GREEN value IS 235 (92.19% from 255) = 41.74%

 BLUE value IS 196 (76.95% from 255) = 34.81%

R = 23.45%
G = 41.74%
B = 34.81%

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

#84EBC4 (or 0x84EBC4) is known color: Riptide. HEX triplet: 84, EB and C4. RGB value is (132,235,196). Sum of RGB (Red+Green+Blue) = 132+235+196=563 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.45% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBC4 is #7B143B. Grayscale: #C7C7C7. Windows color (decimal): -8066108 or 12905348. OLE color: 12905348.

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

Color convert

RGB 132 235 196 -
CMYK 0.44 0 0.17 0.08
HSL 157.28º 0.72% 0.72% -
HSV(B) 157.28º 0.44% 0.92% -
XYZ 49.19 68.31 62.82 -
YUV 199.76 125.88 79.67 -
System Red Green Blue C M Y K H S L
Decimal 132 235 196 0.44 0 0.17 0.08 157.28 0.72 0.72
Hex 84 EB C4 2C 0 11 8 9D 48 48
Octal 204 353 304 54 0 21 10 235 110 110
Binary 10000100 11101011 11000100 101100 0 10001 1000 10011101 1001000 1001000

Color Harmonies of #84EBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EBC4

Black with #84EBC4

Text Example


Text Example

White with #84EBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84EBC4; }

 p { color: rgb(132,235,196); }

 H1.HeaderClassName
 {
   color: #84EBC4;
 }
 .AnyTagClassName
 {
   color: #84EBC4;
 }
</style>

background-color css

<style>
 a { background-color: #84EBC4; }

 a { background-color: rgb(132,235,196); }

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

border-color css

<style>
 span { border-color: #84EBC4; }

 span { border-color: rgb(132,235,196); }

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