Html Css Color HEX #96D5CA Riptide

📋 copy color: '#96D5CA'

red 150 ◦ green 213 ◦ blue 202

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

Shades of Riptide #96D5CA

Tints of Riptide #96D5CA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.7%

 BLUE value IS 202 (79.3% from 255) = 35.75%

R = 26.55%
G = 37.7%
B = 35.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#96D5CA (or 0x96D5CA) is known color: Riptide. HEX triplet: 96, D5 and CA. RGB value is (150,213,202). Sum of RGB (Red+Green+Blue) = 150+213+202=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #96D5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D5CA is #692A35. Grayscale: #C0C0C0. Windows color (decimal): -6892086 or 13292950. OLE color: 13292950.

HSL color Cylindrical-coordinate representation of color #96D5CA: hue angle of 169.52º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D5CA is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 213 202 -
CMYK 0.30 0 0.05 0.16
HSL 169.52º 0.43% 0.71% -
HSV(B) 169.52º 0.3% 0.84% -
XYZ 47.03 58.34 64.66 -
YUV 192.91 133.13 97.39 -
System Red Green Blue C M Y K H S L
Decimal 150 213 202 0.30 0 0.05 0.16 169.52 0.43 0.71
Hex 96 D5 CA 1E 0 5 10 AA 2B 47
Octal 226 325 312 36 0 5 20 252 53 107
Binary 10010110 11010101 11001010 11110 0 101 10000 10101010 101011 1000111

Color Harmonies of #96D5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D5CA

Black with #96D5CA

Text Example


Text Example

White with #96D5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,213,202); }

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

background-color css

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

 a { background-color: rgb(150,213,202); }

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

border-color css

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

 span { border-color: rgb(150,213,202); }

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