Html Css Color HEX #96CEC7 Riptide

📋 copy color: '#96CEC7'

red 150 ◦ green 206 ◦ blue 199

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

Shades of Riptide #96CEC7

Tints of Riptide #96CEC7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.12%

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

R = 27.03%
G = 37.12%
B = 35.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#96CEC7 (or 0x96CEC7) is known color: Riptide. HEX triplet: 96, CE and C7. RGB value is (150,206,199). Sum of RGB (Red+Green+Blue) = 150+206+199=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CEC7 is #693138. Grayscale: #BCBCBC. Windows color (decimal): -6893881 or 13094550. OLE color: 13094550.

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

Color convert

RGB 150 206 199 -
CMYK 0.27 0 0.03 0.19
HSL 172.5º 0.36% 0.7% -
HSV(B) 172.5º 0.27% 0.81% -
XYZ 44.96 54.75 62.23 -
YUV 188.46 133.95 100.57 -
System Red Green Blue C M Y K H S L
Decimal 150 206 199 0.27 0 0.03 0.19 172.5 0.36 0.7
Hex 96 CE C7 1B 0 3 13 AC 24 46
Octal 226 316 307 33 0 3 23 254 44 106
Binary 10010110 11001110 11000111 11011 0 11 10011 10101100 100100 1000110

Color Harmonies of #96CEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CEC7

Black with #96CEC7

Text Example


Text Example

White with #96CEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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