Html Css Color HEX #96DAC1 Riptide

📋 copy color: '#96DAC1'

red 150 ◦ green 218 ◦ blue 193

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

Shades of Riptide #96DAC1

Tints of Riptide #96DAC1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.86%

 BLUE value IS 193 (75.78% from 255) = 34.4%

R = 26.74%
G = 38.86%
B = 34.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#96DAC1 (or 0x96DAC1) is known color: Riptide. HEX triplet: 96, DA and C1. RGB value is (150,218,193). Sum of RGB (Red+Green+Blue) = 150+218+193=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #96DAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DAC1 is #69253E. Grayscale: #C2C2C2. Windows color (decimal): -6890815 or 12704406. OLE color: 12704406.

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

Color convert

RGB 150 218 193 -
CMYK 0.31 0 0.11 0.15
HSL 157.94º 0.48% 0.72% -
HSV(B) 157.94º 0.31% 0.85% -
XYZ 47.27 60.48 59.63 -
YUV 194.82 126.97 96.03 -
System Red Green Blue C M Y K H S L
Decimal 150 218 193 0.31 0 0.11 0.15 157.94 0.48 0.72
Hex 96 DA C1 1F 0 B F 9E 30 48
Octal 226 332 301 37 0 13 17 236 60 110
Binary 10010110 11011010 11000001 11111 0 1011 1111 10011110 110000 1001000

Color Harmonies of #96DAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DAC1

Black with #96DAC1

Text Example


Text Example

White with #96DAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,218,193); }

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

background-color css

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

 a { background-color: rgb(150,218,193); }

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

border-color css

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

 span { border-color: rgb(150,218,193); }

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