Html Css Color HEX #96D8C9 Riptide

📋 copy color: '#96D8C9'

red 150 ◦ green 216 ◦ blue 201

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

Shades of Riptide #96D8C9

Tints of Riptide #96D8C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.45%

R = 26.46%
G = 38.1%
B = 35.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#96D8C9 (or 0x96D8C9) is known color: Riptide. HEX triplet: 96, D8 and C9. RGB value is (150,216,201). Sum of RGB (Red+Green+Blue) = 150+216+201=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8C9 is #692736. Grayscale: #C2C2C2. Windows color (decimal): -6891319 or 13228182. OLE color: 13228182.

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

Color convert

RGB 150 216 201 -
CMYK 0.31 0 0.07 0.15
HSL 166.36º 0.46% 0.72% -
HSV(B) 166.36º 0.31% 0.85% -
XYZ 47.68 59.81 64.29 -
YUV 194.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 150 216 201 0.31 0 0.07 0.15 166.36 0.46 0.72
Hex 96 D8 C9 1F 0 7 F A6 2E 48
Octal 226 330 311 37 0 7 17 246 56 110
Binary 10010110 11011000 11001001 11111 0 111 1111 10100110 101110 1001000

Color Harmonies of #96D8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D8C9

Black with #96D8C9

Text Example


Text Example

White with #96D8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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