Html Css Color HEX #96D8CF Riptide

📋 copy color: '#96D8CF'

red 150 ◦ green 216 ◦ blue 207

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

Shades of Riptide #96D8CF

Tints of Riptide #96D8CF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.7%

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 26.18%
G = 37.7%
B = 36.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#96D8CF (or 0x96D8CF) is known color: Riptide. HEX triplet: 96, D8 and CF. RGB value is (150,216,207). Sum of RGB (Red+Green+Blue) = 150+216+207=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8CF is #692730. Grayscale: #C3C3C3. Windows color (decimal): -6891313 or 13621398. OLE color: 13621398.

HSL color Cylindrical-coordinate representation of color #96D8CF: hue angle of 171.82º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D8CF is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 216 207 -
CMYK 0.31 0 0.04 0.15
HSL 171.82º 0.46% 0.72% -
HSV(B) 171.82º 0.31% 0.85% -
XYZ 48.4 60.1 68.08 -
YUV 195.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 150 216 207 0.31 0 0.04 0.15 171.82 0.46 0.72
Hex 96 D8 CF 1F 0 4 F AC 2E 48
Octal 226 330 317 37 0 4 17 254 56 110
Binary 10010110 11011000 11001111 11111 0 100 1111 10101100 101110 1001000

Color Harmonies of #96D8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D8CF

Black with #96D8CF

Text Example


Text Example

White with #96D8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,216,207); }

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

background-color css

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

 a { background-color: rgb(150,216,207); }

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

border-color css

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

 span { border-color: rgb(150,216,207); }

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