Html Css Color HEX #96DFC9 Riptide

📋 copy color: '#96DFC9'

red 150 ◦ green 223 ◦ blue 201

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

Shades of Riptide #96DFC9

Tints of Riptide #96DFC9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.85%

 BLUE value IS 201 (78.91% from 255) = 35.02%

R = 26.13%
G = 38.85%
B = 35.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#96DFC9 (or 0x96DFC9) is known color: Riptide. HEX triplet: 96, DF and C9. RGB value is (150,223,201). Sum of RGB (Red+Green+Blue) = 150+223+201=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFC9 is #692036. Grayscale: #C6C6C6. Windows color (decimal): -6889527 or 13229974. OLE color: 13229974.

HSL color Cylindrical-coordinate representation of color #96DFC9: hue angle of 161.92º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DFC9 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 223 201 -
CMYK 0.33 0 0.10 0.13
HSL 161.92º 0.53% 0.73% -
HSV(B) 161.92º 0.33% 0.87% -
XYZ 49.51 63.48 64.9 -
YUV 198.67 129.32 93.29 -
System Red Green Blue C M Y K H S L
Decimal 150 223 201 0.33 0 0.10 0.13 161.92 0.53 0.73
Hex 96 DF C9 21 0 A D A2 35 49
Octal 226 337 311 41 0 12 15 242 65 111
Binary 10010110 11011111 11001001 100001 0 1010 1101 10100010 110101 1001001

Color Harmonies of #96DFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFC9

Black with #96DFC9

Text Example


Text Example

White with #96DFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,223,201); }

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

background-color css

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

 a { background-color: rgb(150,223,201); }

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

border-color css

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

 span { border-color: rgb(150,223,201); }

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