Html Css Color HEX #96DFCB Riptide

📋 copy color: '#96DFCB'

red 150 ◦ green 223 ◦ blue 203

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

Shades of Riptide #96DFCB

Tints of Riptide #96DFCB

RGB

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

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

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

R = 26.04%
G = 38.72%
B = 35.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#96DFCB (or 0x96DFCB) is known color: Riptide. HEX triplet: 96, DF and CB. RGB value is (150,223,203). Sum of RGB (Red+Green+Blue) = 150+223+203=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFCB is #692034. Grayscale: #C6C6C6. Windows color (decimal): -6889525 or 13361046. OLE color: 13361046.

HSL color Cylindrical-coordinate representation of color #96DFCB: hue angle of 163.56º 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 #96DFCB is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 223 203 -
CMYK 0.33 0 0.09 0.13
HSL 163.56º 0.53% 0.73% -
HSV(B) 163.56º 0.33% 0.87% -
XYZ 49.74 63.57 66.15 -
YUV 198.89 130.32 93.13 -
System Red Green Blue C M Y K H S L
Decimal 150 223 203 0.33 0 0.09 0.13 163.56 0.53 0.73
Hex 96 DF CB 21 0 9 D A4 35 49
Octal 226 337 313 41 0 11 15 244 65 111
Binary 10010110 11011111 11001011 100001 0 1001 1101 10100100 110101 1001001

Color Harmonies of #96DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFCB

Black with #96DFCB

Text Example


Text Example

White with #96DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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