Html Css Color HEX #85DFBF Riptide

📋 copy color: '#85DFBF'

red 133 ◦ green 223 ◦ blue 191

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

Shades of Riptide #85DFBF

Tints of Riptide #85DFBF

RGB

 RED value IS 133 (52.34% from 255) = 24.31%

 GREEN value IS 223 (87.5% from 255) = 40.77%

 BLUE value IS 191 (75% from 255) = 34.92%

R = 24.31%
G = 40.77%
B = 34.92%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#85DFBF (or 0x85DFBF) is known color: Riptide. HEX triplet: 85, DF and BF. RGB value is (133,223,191). Sum of RGB (Red+Green+Blue) = 133+223+191=547 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.31% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFBF is #7A2040. Grayscale: #C0C0C0. Windows color (decimal): -8003649 or 12574597. OLE color: 12574597.

HSL color Cylindrical-coordinate representation of color #85DFBF: hue angle of 158.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DFBF is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 223 191 -
CMYK 0.40 0 0.14 0.13
HSL 158.67º 0.58% 0.7% -
HSV(B) 158.67º 0.4% 0.87% -
XYZ 45.46 61.52 58.77 -
YUV 192.44 127.18 85.6 -
System Red Green Blue C M Y K H S L
Decimal 133 223 191 0.40 0 0.14 0.13 158.67 0.58 0.7
Hex 85 DF BF 28 0 E D 9F 3A 46
Octal 205 337 277 50 0 16 15 237 72 106
Binary 10000101 11011111 10111111 101000 0 1110 1101 10011111 111010 1000110

Color Harmonies of #85DFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DFBF

Black with #85DFBF

Text Example


Text Example

White with #85DFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85DFBF; }

 p { color: rgb(133,223,191); }

 H1.HeaderClassName
 {
   color: #85DFBF;
 }
 .AnyTagClassName
 {
   color: #85DFBF;
 }
</style>

background-color css

<style>
 a { background-color: #85DFBF; }

 a { background-color: rgb(133,223,191); }

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

border-color css

<style>
 span { border-color: #85DFBF; }

 span { border-color: rgb(133,223,191); }

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