Html Css Color HEX #96D8CE Riptide

📋 copy color: '#96D8CE'

red 150 ◦ green 216 ◦ blue 206

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

Shades of Riptide #96D8CE

Tints of Riptide #96D8CE

RGB

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

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

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

R = 26.22%
G = 37.76%
B = 36.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#96D8CE (or 0x96D8CE) is known color: Riptide. HEX triplet: 96, D8 and CE. RGB value is (150,216,206). Sum of RGB (Red+Green+Blue) = 150+216+206=572 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.22% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8CE is #692731. Grayscale: #C3C3C3. Windows color (decimal): -6891314 or 13555862. OLE color: 13555862.

HSL color Cylindrical-coordinate representation of color #96D8CE: hue angle of 170.91º 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 #96D8CE is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 216 206 -
CMYK 0.31 0 0.05 0.15
HSL 170.91º 0.46% 0.72% -
HSV(B) 170.91º 0.31% 0.85% -
XYZ 48.27 60.05 67.44 -
YUV 195.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 150 216 206 0.31 0 0.05 0.15 170.91 0.46 0.72
Hex 96 D8 CE 1F 0 5 F AB 2E 48
Octal 226 330 316 37 0 5 17 253 56 110
Binary 10010110 11011000 11001110 11111 0 101 1111 10101011 101110 1001000

Color Harmonies of #96D8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D8CE

Black with #96D8CE

Text Example


Text Example

White with #96D8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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