Html Css Color HEX #96D4C2 Riptide

📋 copy color: '#96D4C2'

red 150 ◦ green 212 ◦ blue 194

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

Shades of Riptide #96D4C2

Tints of Riptide #96D4C2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.13%

 BLUE value IS 194 (76.17% from 255) = 34.89%

R = 26.98%
G = 38.13%
B = 34.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#96D4C2 (or 0x96D4C2) is known color: Riptide. HEX triplet: 96, D4 and C2. RGB value is (150,212,194). Sum of RGB (Red+Green+Blue) = 150+212+194=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #96D4C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D4C2 is #692B3D. Grayscale: #BFBFBF. Windows color (decimal): -6892350 or 12768406. OLE color: 12768406.

HSL color Cylindrical-coordinate representation of color #96D4C2: hue angle of 162.58º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D4C2 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 212 194 -
CMYK 0.29 0 0.08 0.17
HSL 162.58º 0.42% 0.71% -
HSV(B) 162.58º 0.29% 0.83% -
XYZ 45.86 57.47 59.71 -
YUV 191.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 150 212 194 0.29 0 0.08 0.17 162.58 0.42 0.71
Hex 96 D4 C2 1D 0 8 11 A3 2A 47
Octal 226 324 302 35 0 10 21 243 52 107
Binary 10010110 11010100 11000010 11101 0 1000 10001 10100011 101010 1000111

Color Harmonies of #96D4C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D4C2

Black with #96D4C2

Text Example


Text Example

White with #96D4C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,212,194); }

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

background-color css

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

 a { background-color: rgb(150,212,194); }

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

border-color css

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

 span { border-color: rgb(150,212,194); }

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