Html Css Color HEX #96D8C7 Riptide

📋 copy color: '#96D8C7'

red 150 ◦ green 216 ◦ blue 199

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

Shades of Riptide #96D8C7

Tints of Riptide #96D8C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.22%

R = 26.55%
G = 38.23%
B = 35.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#96D8C7 (or 0x96D8C7) is known color: Riptide. HEX triplet: 96, D8 and C7. RGB value is (150,216,199). Sum of RGB (Red+Green+Blue) = 150+216+199=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8C7 is #692738. Grayscale: #C2C2C2. Windows color (decimal): -6891321 or 13097110. OLE color: 13097110.

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

Color convert

RGB 150 216 199 -
CMYK 0.31 0 0.08 0.15
HSL 164.55º 0.46% 0.72% -
HSV(B) 164.55º 0.31% 0.85% -
XYZ 47.44 59.72 63.06 -
YUV 194.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 150 216 199 0.31 0 0.08 0.15 164.55 0.46 0.72
Hex 96 D8 C7 1F 0 8 F A5 2E 48
Octal 226 330 307 37 0 10 17 245 56 110
Binary 10010110 11011000 11000111 11111 0 1000 1111 10100101 101110 1001000

Color Harmonies of #96D8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D8C7

Black with #96D8C7

Text Example


Text Example

White with #96D8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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