Html Css Color HEX #96DCC6 Riptide

📋 copy color: '#96DCC6'

red 150 ◦ green 220 ◦ blue 198

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

Shades of Riptide #96DCC6

Tints of Riptide #96DCC6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.73%

 BLUE value IS 198 (77.73% from 255) = 34.86%

R = 26.41%
G = 38.73%
B = 34.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#96DCC6 (or 0x96DCC6) is known color: Riptide. HEX triplet: 96, DC and C6. RGB value is (150,220,198). Sum of RGB (Red+Green+Blue) = 150+220+198=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCC6 is #692339. Grayscale: #C4C4C4. Windows color (decimal): -6890298 or 13032598. OLE color: 13032598.

HSL color Cylindrical-coordinate representation of color #96DCC6: hue angle of 161.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DCC6 is Cyan = 0.32, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 220 198 -
CMYK 0.32 0 0.1 0.14
HSL 161.14º 0.5% 0.73% -
HSV(B) 161.14º 0.32% 0.86% -
XYZ 48.36 61.75 62.8 -
YUV 196.56 128.81 94.79 -
System Red Green Blue C M Y K H S L
Decimal 150 220 198 0.32 0 0.1 0.14 161.14 0.5 0.73
Hex 96 DC C6 20 0 A E A1 32 49
Octal 226 334 306 40 0 12 16 241 62 111
Binary 10010110 11011100 11000110 100000 0 1010 1110 10100001 110010 1001001

Color Harmonies of #96DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCC6

Black with #96DCC6

Text Example


Text Example

White with #96DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,220,198); }

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

background-color css

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

 a { background-color: rgb(150,220,198); }

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

border-color css

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

 span { border-color: rgb(150,220,198); }

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