Html Css Color HEX #84DCC3 Riptide

📋 copy color: '#84DCC3'

red 132 ◦ green 220 ◦ blue 195

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

Shades of Riptide #84DCC3

Tints of Riptide #84DCC3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.22%

 BLUE value IS 195 (76.56% from 255) = 35.65%

R = 24.13%
G = 40.22%
B = 35.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#84DCC3 (or 0x84DCC3) is known color: Riptide. HEX triplet: 84, DC and C3. RGB value is (132,220,195). Sum of RGB (Red+Green+Blue) = 132+220+195=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCC3 is #7B233C. Grayscale: #BEBEBE. Windows color (decimal): -8069949 or 12835972. OLE color: 12835972.

HSL color Cylindrical-coordinate representation of color #84DCC3: hue angle of 162.95º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DCC3 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 220 195 -
CMYK 0.40 0 0.11 0.14
HSL 162.95º 0.56% 0.69% -
HSV(B) 162.95º 0.4% 0.86% -
XYZ 44.96 60.03 60.85 -
YUV 190.84 130.35 86.03 -
System Red Green Blue C M Y K H S L
Decimal 132 220 195 0.40 0 0.11 0.14 162.95 0.56 0.69
Hex 84 DC C3 28 0 B E A3 38 45
Octal 204 334 303 50 0 13 16 243 70 105
Binary 10000100 11011100 11000011 101000 0 1011 1110 10100011 111000 1000101

Color Harmonies of #84DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DCC3

Black with #84DCC3

Text Example


Text Example

White with #84DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,220,195); }

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

background-color css

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

 a { background-color: rgb(132,220,195); }

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

border-color css

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

 span { border-color: rgb(132,220,195); }

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