Html Css Color HEX #96E5C5 Riptide

📋 copy color: '#96E5C5'

red 150 ◦ green 229 ◦ blue 197

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

Shades of Riptide #96E5C5

Tints of Riptide #96E5C5

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.76%

 BLUE value IS 197 (77.34% from 255) = 34.2%

R = 26.04%
G = 39.76%
B = 34.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#96E5C5 (or 0x96E5C5) is known color: Riptide. HEX triplet: 96, E5 and C5. RGB value is (150,229,197). Sum of RGB (Red+Green+Blue) = 150+229+197=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E5C5 is #691A3A. Grayscale: #C9C9C9. Windows color (decimal): -6887995 or 12969366. OLE color: 12969366.

HSL color Cylindrical-coordinate representation of color #96E5C5: hue angle of 155.7º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E5C5 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 229 197 -
CMYK 0.34 0 0.14 0.10
HSL 155.7º 0.6% 0.74% -
HSV(B) 155.7º 0.34% 0.9% -
XYZ 50.68 66.55 63 -
YUV 201.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 150 229 197 0.34 0 0.14 0.10 155.7 0.6 0.74
Hex 96 E5 C5 22 0 E A 9C 3C 4A
Octal 226 345 305 42 0 16 12 234 74 112
Binary 10010110 11100101 11000101 100010 0 1110 1010 10011100 111100 1001010

Color Harmonies of #96E5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E5C5

Black with #96E5C5

Text Example


Text Example

White with #96E5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,229,197); }

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

background-color css

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

 a { background-color: rgb(150,229,197); }

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

border-color css

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

 span { border-color: rgb(150,229,197); }

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