Html Css Color HEX #96DDCE Riptide

📋 copy color: '#96DDCE'

red 150 ◦ green 221 ◦ blue 206

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

Shades of Riptide #96DDCE

Tints of Riptide #96DDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.7%

R = 26%
G = 38.3%
B = 35.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#96DDCE (or 0x96DDCE) is known color: Riptide. HEX triplet: 96, DD and CE. RGB value is (150,221,206). Sum of RGB (Red+Green+Blue) = 150+221+206=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDCE is #692231. Grayscale: #C6C6C6. Windows color (decimal): -6890034 or 13557142. OLE color: 13557142.

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

Color convert

RGB 150 221 206 -
CMYK 0.32 0 0.07 0.13
HSL 167.32º 0.51% 0.73% -
HSV(B) 167.32º 0.32% 0.87% -
XYZ 49.57 62.65 67.87 -
YUV 198.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 150 221 206 0.32 0 0.07 0.13 167.32 0.51 0.73
Hex 96 DD CE 20 0 7 D A7 33 49
Octal 226 335 316 40 0 7 15 247 63 111
Binary 10010110 11011101 11001110 100000 0 111 1101 10100111 110011 1001001

Color Harmonies of #96DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DDCE

Black with #96DDCE

Text Example


Text Example

White with #96DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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