Html Css Color HEX #84EBC2 Riptide

📋 copy color: '#84EBC2'

red 132 ◦ green 235 ◦ blue 194

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

Shades of Riptide #84EBC2

Tints of Riptide #84EBC2

RGB

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

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

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

R = 23.53%
G = 41.89%
B = 34.58%

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

#84EBC2 (or 0x84EBC2) is known color: Riptide. HEX triplet: 84, EB and C2. RGB value is (132,235,194). Sum of RGB (Red+Green+Blue) = 132+235+194=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBC2 is #7B143D. Grayscale: #C7C7C7. Windows color (decimal): -8066110 or 12774276. OLE color: 12774276.

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

Color convert

RGB 132 235 194 -
CMYK 0.44 0 0.17 0.08
HSL 156.12º 0.72% 0.72% -
HSV(B) 156.12º 0.44% 0.92% -
XYZ 48.96 68.22 61.63 -
YUV 199.53 124.88 79.83 -
System Red Green Blue C M Y K H S L
Decimal 132 235 194 0.44 0 0.17 0.08 156.12 0.72 0.72
Hex 84 EB C2 2C 0 11 8 9C 48 48
Octal 204 353 302 54 0 21 10 234 110 110
Binary 10000100 11101011 11000010 101100 0 10001 1000 10011100 1001000 1001000

Color Harmonies of #84EBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EBC2

Black with #84EBC2

Text Example


Text Example

White with #84EBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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