Html Css Color HEX #96CFC7 Riptide

📋 copy color: '#96CFC7'

red 150 ◦ green 207 ◦ blue 199

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

Shades of Riptide #96CFC7

Tints of Riptide #96CFC7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.23%

 BLUE value IS 199 (78.13% from 255) = 35.79%

R = 26.98%
G = 37.23%
B = 35.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#96CFC7 (or 0x96CFC7) is known color: Riptide. HEX triplet: 96, CF and C7. RGB value is (150,207,199). Sum of RGB (Red+Green+Blue) = 150+207+199=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #96CFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFC7 is #693038. Grayscale: #BDBDBD. Windows color (decimal): -6893625 or 13094806. OLE color: 13094806.

HSL color Cylindrical-coordinate representation of color #96CFC7: hue angle of 171.58º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CFC7 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 199 -
CMYK 0.28 0 0.04 0.19
HSL 171.58º 0.37% 0.7% -
HSV(B) 171.58º 0.28% 0.81% -
XYZ 45.2 55.23 62.31 -
YUV 189.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 150 207 199 0.28 0 0.04 0.19 171.58 0.37 0.7
Hex 96 CF C7 1C 0 4 13 AC 25 46
Octal 226 317 307 34 0 4 23 254 45 106
Binary 10010110 11001111 11000111 11100 0 100 10011 10101100 100101 1000110

Color Harmonies of #96CFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CFC7

Black with #96CFC7

Text Example


Text Example

White with #96CFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,207,199); }

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

background-color css

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

 a { background-color: rgb(150,207,199); }

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

border-color css

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

 span { border-color: rgb(150,207,199); }

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