Html Css Color HEX #96D9C4 Riptide

📋 copy color: '#96D9C4'

red 150 ◦ green 217 ◦ blue 196

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

Shades of Riptide #96D9C4

Tints of Riptide #96D9C4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.54%

 BLUE value IS 196 (76.95% from 255) = 34.81%

R = 26.64%
G = 38.54%
B = 34.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#96D9C4 (or 0x96D9C4) is known color: Riptide. HEX triplet: 96, D9 and C4. RGB value is (150,217,196). Sum of RGB (Red+Green+Blue) = 150+217+196=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D9C4 is #69263B. Grayscale: #C2C2C2. Windows color (decimal): -6891068 or 12900758. OLE color: 12900758.

HSL color Cylindrical-coordinate representation of color #96D9C4: hue angle of 161.19º degrees, saturation: 0.47, 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 #96D9C4 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 217 196 -
CMYK 0.31 0 0.10 0.15
HSL 161.19º 0.47% 0.72% -
HSV(B) 161.19º 0.31% 0.85% -
XYZ 47.35 60.1 61.33 -
YUV 194.57 128.8 96.21 -
System Red Green Blue C M Y K H S L
Decimal 150 217 196 0.31 0 0.10 0.15 161.19 0.47 0.72
Hex 96 D9 C4 1F 0 A F A1 2F 48
Octal 226 331 304 37 0 12 17 241 57 110
Binary 10010110 11011001 11000100 11111 0 1010 1111 10100001 101111 1001000

Color Harmonies of #96D9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D9C4

Black with #96D9C4

Text Example


Text Example

White with #96D9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,217,196); }

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

background-color css

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

 a { background-color: rgb(150,217,196); }

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

border-color css

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

 span { border-color: rgb(150,217,196); }

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