Html Css Color HEX #96DDCB Riptide

📋 copy color: '#96DDCB'

red 150 ◦ green 221 ◦ blue 203

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

Shades of Riptide #96DDCB

Tints of Riptide #96DDCB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.5%

 BLUE value IS 203 (79.69% from 255) = 35.37%

R = 26.13%
G = 38.5%
B = 35.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#96DDCB (or 0x96DDCB) is known color: Riptide. HEX triplet: 96, DD and CB. RGB value is (150,221,203). Sum of RGB (Red+Green+Blue) = 150+221+203=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDCB is #692234. Grayscale: #C5C5C5. Windows color (decimal): -6890037 or 13360534. OLE color: 13360534.

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

Color convert

RGB 150 221 203 -
CMYK 0.32 0 0.08 0.13
HSL 164.79º 0.51% 0.73% -
HSV(B) 164.79º 0.32% 0.87% -
XYZ 49.21 62.51 65.97 -
YUV 197.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 150 221 203 0.32 0 0.08 0.13 164.79 0.51 0.73
Hex 96 DD CB 20 0 8 D A5 33 49
Octal 226 335 313 40 0 10 15 245 63 111
Binary 10010110 11011101 11001011 100000 0 1000 1101 10100101 110011 1001001

Color Harmonies of #96DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DDCB

Black with #96DDCB

Text Example


Text Example

White with #96DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,221,203); }

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

background-color css

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

 a { background-color: rgb(150,221,203); }

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

border-color css

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

 span { border-color: rgb(150,221,203); }

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