Html Css Color HEX #96DFCD Riptide

📋 copy color: '#96DFCD'

red 150 ◦ green 223 ◦ blue 205

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

Shades of Riptide #96DFCD

Tints of Riptide #96DFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.47%

R = 25.95%
G = 38.58%
B = 35.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#96DFCD (or 0x96DFCD) is known color: Riptide. HEX triplet: 96, DF and CD. RGB value is (150,223,205). Sum of RGB (Red+Green+Blue) = 150+223+205=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFCD is #692032. Grayscale: #C7C7C7. Windows color (decimal): -6889523 or 13492118. OLE color: 13492118.

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

Color convert

RGB 150 223 205 -
CMYK 0.33 0 0.08 0.13
HSL 165.21º 0.53% 0.73% -
HSV(B) 165.21º 0.33% 0.87% -
XYZ 49.98 63.67 67.41 -
YUV 199.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 150 223 205 0.33 0 0.08 0.13 165.21 0.53 0.73
Hex 96 DF CD 21 0 8 D A5 35 49
Octal 226 337 315 41 0 10 15 245 65 111
Binary 10010110 11011111 11001101 100001 0 1000 1101 10100101 110101 1001001

Color Harmonies of #96DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFCD

Black with #96DFCD

Text Example


Text Example

White with #96DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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