Html Css Color HEX #84E2CB Riptide

📋 copy color: '#84E2CB'

red 132 ◦ green 226 ◦ blue 203

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

Shades of Riptide #84E2CB

Tints of Riptide #84E2CB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.29%

 BLUE value IS 203 (79.69% from 255) = 36.19%

R = 23.53%
G = 40.29%
B = 36.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#84E2CB (or 0x84E2CB) is known color: Riptide. HEX triplet: 84, E2 and CB. RGB value is (132,226,203). Sum of RGB (Red+Green+Blue) = 132+226+203=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 226 - color contains mainly: green. Hex color #84E2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E2CB is #7B1D34. Grayscale: #C3C3C3. Windows color (decimal): -8068405 or 13361796. OLE color: 13361796.

HSL color Cylindrical-coordinate representation of color #84E2CB: hue angle of 165.32º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E2CB is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 132 226 203 -
CMYK 0.42 0 0.10 0.11
HSL 165.32º 0.62% 0.7% -
HSV(B) 165.32º 0.42% 0.89% -
XYZ 47.49 63.61 66.27 -
YUV 195.27 132.36 82.87 -
System Red Green Blue C M Y K H S L
Decimal 132 226 203 0.42 0 0.10 0.11 165.32 0.62 0.7
Hex 84 E2 CB 2A 0 A B A5 3E 46
Octal 204 342 313 52 0 12 13 245 76 106
Binary 10000100 11100010 11001011 101010 0 1010 1011 10100101 111110 1000110

Color Harmonies of #84E2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E2CB

Black with #84E2CB

Text Example


Text Example

White with #84E2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,226,203); }

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

background-color css

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

 a { background-color: rgb(132,226,203); }

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

border-color css

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

 span { border-color: rgb(132,226,203); }

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