Html Css Color HEX #84D9CB Riptide

📋 copy color: '#84D9CB'

red 132 ◦ green 217 ◦ blue 203

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

Shades of Riptide #84D9CB

Tints of Riptide #84D9CB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.31%

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

R = 23.91%
G = 39.31%
B = 36.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#84D9CB (or 0x84D9CB) is known color: Riptide. HEX triplet: 84, D9 and CB. RGB value is (132,217,203). Sum of RGB (Red+Green+Blue) = 132+217+203=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 217 - color contains mainly: green. Hex color #84D9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D9CB is #7B2634. Grayscale: #BDBDBD. Windows color (decimal): -8070709 or 13359492. OLE color: 13359492.

HSL color Cylindrical-coordinate representation of color #84D9CB: hue angle of 170.12º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D9CB is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 217 203 -
CMYK 0.39 0 0.06 0.15
HSL 170.12º 0.53% 0.68% -
HSV(B) 170.12º 0.39% 0.85% -
XYZ 45.11 58.84 65.48 -
YUV 189.99 135.34 86.64 -
System Red Green Blue C M Y K H S L
Decimal 132 217 203 0.39 0 0.06 0.15 170.12 0.53 0.68
Hex 84 D9 CB 27 0 6 F AA 35 44
Octal 204 331 313 47 0 6 17 252 65 104
Binary 10000100 11011001 11001011 100111 0 110 1111 10101010 110101 1000100

Color Harmonies of #84D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D9CB

Black with #84D9CB

Text Example


Text Example

White with #84D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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