Html Css Color HEX #96DFD1 Riptide

📋 copy color: '#96DFD1'

red 150 ◦ green 223 ◦ blue 209

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

Shades of Riptide #96DFD1

Tints of Riptide #96DFD1

RGB

 RED value IS 150 (58.98% from 255) = 25.77%

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

 BLUE value IS 209 (82.03% from 255) = 35.91%

R = 25.77%
G = 38.32%
B = 35.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#96DFD1 (or 0x96DFD1) is known color: Riptide. HEX triplet: 96, DF and D1. RGB value is (150,223,209). Sum of RGB (Red+Green+Blue) = 150+223+209=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFD1 is #69202E. Grayscale: #C7C7C7. Windows color (decimal): -6889519 or 13754262. OLE color: 13754262.

HSL color Cylindrical-coordinate representation of color #96DFD1: hue angle of 168.49º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DFD1 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 223 209 -
CMYK 0.33 0 0.06 0.13
HSL 168.49º 0.53% 0.73% -
HSV(B) 168.49º 0.33% 0.87% -
XYZ 50.47 63.86 69.99 -
YUV 199.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 150 223 209 0.33 0 0.06 0.13 168.49 0.53 0.73
Hex 96 DF D1 21 0 6 D A8 35 49
Octal 226 337 321 41 0 6 15 250 65 111
Binary 10010110 11011111 11010001 100001 0 110 1101 10101000 110101 1001001

Color Harmonies of #96DFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFD1

Black with #96DFD1

Text Example


Text Example

White with #96DFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96DFD1; }

 p { color: rgb(150,223,209); }

 H1.HeaderClassName
 {
   color: #96DFD1;
 }
 .AnyTagClassName
 {
   color: #96DFD1;
 }
</style>

background-color css

<style>
 a { background-color: #96DFD1; }

 a { background-color: rgb(150,223,209); }

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

border-color css

<style>
 span { border-color: #96DFD1; }

 span { border-color: rgb(150,223,209); }

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