Html Css Color HEX #96D7C1 Riptide

📋 copy color: '#96D7C1'

red 150 ◦ green 215 ◦ blue 193

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

Shades of Riptide #96D7C1

Tints of Riptide #96D7C1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.53%

 BLUE value IS 193 (75.78% from 255) = 34.59%

R = 26.88%
G = 38.53%
B = 34.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#96D7C1 (or 0x96D7C1) is known color: Riptide. HEX triplet: 96, D7 and C1. RGB value is (150,215,193). Sum of RGB (Red+Green+Blue) = 150+215+193=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D7C1 is #69283E. Grayscale: #C1C1C1. Windows color (decimal): -6891583 or 12703638. OLE color: 12703638.

HSL color Cylindrical-coordinate representation of color #96D7C1: hue angle of 159.69º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D7C1 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 215 193 -
CMYK 0.30 0 0.10 0.16
HSL 159.69º 0.45% 0.72% -
HSV(B) 159.69º 0.3% 0.84% -
XYZ 46.5 58.94 59.38 -
YUV 193.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 150 215 193 0.30 0 0.10 0.16 159.69 0.45 0.72
Hex 96 D7 C1 1E 0 A 10 A0 2D 48
Octal 226 327 301 36 0 12 20 240 55 110
Binary 10010110 11010111 11000001 11110 0 1010 10000 10100000 101101 1001000

Color Harmonies of #96D7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D7C1

Black with #96D7C1

Text Example


Text Example

White with #96D7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,215,193); }

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

background-color css

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

 a { background-color: rgb(150,215,193); }

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

border-color css

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

 span { border-color: rgb(150,215,193); }

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