Html Css Color HEX #96D6C0 Riptide

📋 copy color: '#96D6C0'

red 150 ◦ green 214 ◦ blue 192

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

Shades of Riptide #96D6C0

Tints of Riptide #96D6C0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.49%

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

R = 26.98%
G = 38.49%
B = 34.53%

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

#96D6C0 (or 0x96D6C0) is known color: Riptide. HEX triplet: 96, D6 and C0. RGB value is (150,214,192). Sum of RGB (Red+Green+Blue) = 150+214+192=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #96D6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D6C0 is #69293F. Grayscale: #C0C0C0. Windows color (decimal): -6891840 or 12637846. OLE color: 12637846.

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

Color convert

RGB 150 214 192 -
CMYK 0.30 0 0.10 0.16
HSL 159.38º 0.44% 0.71% -
HSV(B) 159.38º 0.3% 0.84% -
XYZ 46.14 58.38 58.71 -
YUV 192.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 150 214 192 0.30 0 0.10 0.16 159.38 0.44 0.71
Hex 96 D6 C0 1E 0 A 10 9F 2C 47
Octal 226 326 300 36 0 12 20 237 54 107
Binary 10010110 11010110 11000000 11110 0 1010 10000 10011111 101100 1000111

Color Harmonies of #96D6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D6C0

Black with #96D6C0

Text Example


Text Example

White with #96D6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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