Html Css Color HEX #96D8C0 Riptide

📋 copy color: '#96D8C0'

red 150 ◦ green 216 ◦ blue 192

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

Shades of Riptide #96D8C0

Tints of Riptide #96D8C0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.71%

 BLUE value IS 192 (75.39% from 255) = 34.41%

R = 26.88%
G = 38.71%
B = 34.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#96D8C0 (or 0x96D8C0) is known color: Riptide. HEX triplet: 96, D8 and C0. RGB value is (150,216,192). Sum of RGB (Red+Green+Blue) = 150+216+192=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8C0 is #69273F. Grayscale: #C1C1C1. Windows color (decimal): -6891328 or 12638358. OLE color: 12638358.

HSL color Cylindrical-coordinate representation of color #96D8C0: hue angle of 158.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D8C0 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 216 192 -
CMYK 0.31 0 0.11 0.15
HSL 158.18º 0.46% 0.72% -
HSV(B) 158.18º 0.31% 0.85% -
XYZ 46.65 59.4 58.88 -
YUV 193.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 150 216 192 0.31 0 0.11 0.15 158.18 0.46 0.72
Hex 96 D8 C0 1F 0 B F 9E 2E 48
Octal 226 330 300 37 0 13 17 236 56 110
Binary 10010110 11011000 11000000 11111 0 1011 1111 10011110 101110 1001000

Color Harmonies of #96D8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D8C0

Black with #96D8C0

Text Example


Text Example

White with #96D8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,216,192); }

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

background-color css

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

 a { background-color: rgb(150,216,192); }

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

border-color css

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

 span { border-color: rgb(150,216,192); }

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