Html Css Color HEX #96DBC2 Riptide

📋 copy color: '#96DBC2'

red 150 ◦ green 219 ◦ blue 194

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

Shades of Riptide #96DBC2

Tints of Riptide #96DBC2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.9%

 BLUE value IS 194 (76.17% from 255) = 34.46%

R = 26.64%
G = 38.9%
B = 34.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#96DBC2 (or 0x96DBC2) is known color: Riptide. HEX triplet: 96, DB and C2. RGB value is (150,219,194). Sum of RGB (Red+Green+Blue) = 150+219+194=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBC2 is #69243D. Grayscale: #C3C3C3. Windows color (decimal): -6890558 or 12770198. OLE color: 12770198.

HSL color Cylindrical-coordinate representation of color #96DBC2: hue angle of 158.26º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DBC2 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 194 -
CMYK 0.32 0 0.11 0.14
HSL 158.26º 0.49% 0.72% -
HSV(B) 158.26º 0.32% 0.86% -
XYZ 47.65 61.04 60.31 -
YUV 195.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 150 219 194 0.32 0 0.11 0.14 158.26 0.49 0.72
Hex 96 DB C2 20 0 B E 9E 31 48
Octal 226 333 302 40 0 13 16 236 61 110
Binary 10010110 11011011 11000010 100000 0 1011 1110 10011110 110001 1001000

Color Harmonies of #96DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBC2

Black with #96DBC2

Text Example


Text Example

White with #96DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,219,194); }

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

background-color css

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

 a { background-color: rgb(150,219,194); }

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

border-color css

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

 span { border-color: rgb(150,219,194); }

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