Html Css Color HEX #86E1D5 Riptide

📋 copy color: '#86E1D5'

red 134 ◦ green 225 ◦ blue 213

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

Shades of Riptide #86E1D5

Tints of Riptide #86E1D5

RGB

 RED value IS 134 (52.73% from 255) = 23.43%

 GREEN value IS 225 (88.28% from 255) = 39.34%

 BLUE value IS 213 (83.59% from 255) = 37.24%

R = 23.43%
G = 39.34%
B = 37.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#86E1D5 (or 0x86E1D5) is known color: Riptide. HEX triplet: 86, E1 and D5. RGB value is (134,225,213). Sum of RGB (Red+Green+Blue) = 134+225+213=572 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.43% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #86E1D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86E1D5 is #791E2A. Grayscale: #C4C4C4. Windows color (decimal): -7937579 or 14016902. OLE color: 14016902.

HSL color Cylindrical-coordinate representation of color #86E1D5: hue angle of 172.09º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86E1D5 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 225 213 -
CMYK 0.40 0 0.05 0.12
HSL 172.09º 0.6% 0.7% -
HSV(B) 172.09º 0.4% 0.88% -
XYZ 48.77 63.72 72.68 -
YUV 196.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 134 225 213 0.40 0 0.05 0.12 172.09 0.6 0.7
Hex 86 E1 D5 28 0 5 C AC 3C 46
Octal 206 341 325 50 0 5 14 254 74 106
Binary 10000110 11100001 11010101 101000 0 101 1100 10101100 111100 1000110

Color Harmonies of #86E1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E1D5

Black with #86E1D5

Text Example


Text Example

White with #86E1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86E1D5; }

 p { color: rgb(134,225,213); }

 H1.HeaderClassName
 {
   color: #86E1D5;
 }
 .AnyTagClassName
 {
   color: #86E1D5;
 }
</style>

background-color css

<style>
 a { background-color: #86E1D5; }

 a { background-color: rgb(134,225,213); }

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

border-color css

<style>
 span { border-color: #86E1D5; }

 span { border-color: rgb(134,225,213); }

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