Html Css Color HEX #96E2CC Riptide

📋 copy color: '#96E2CC'

red 150 ◦ green 226 ◦ blue 204

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

Shades of Riptide #96E2CC

Tints of Riptide #96E2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.97%

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 25.86%
G = 38.97%
B = 35.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#96E2CC (or 0x96E2CC) is known color: Riptide. HEX triplet: 96, E2 and CC. RGB value is (150,226,204). Sum of RGB (Red+Green+Blue) = 150+226+204=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 226 (88.67% from 255 or 38.97% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 226 - color contains mainly: green. Hex color #96E2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E2CC is #691D33. Grayscale: #C8C8C8. Windows color (decimal): -6888756 or 13427350. OLE color: 13427350.

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

Color convert

RGB 150 226 204 -
CMYK 0.34 0 0.10 0.11
HSL 162.63º 0.57% 0.74% -
HSV(B) 162.63º 0.34% 0.89% -
XYZ 50.67 65.24 67.05 -
YUV 200.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 150 226 204 0.34 0 0.10 0.11 162.63 0.57 0.74
Hex 96 E2 CC 22 0 A B A3 39 4A
Octal 226 342 314 42 0 12 13 243 71 112
Binary 10010110 11100010 11001100 100010 0 1010 1011 10100011 111001 1001010

Color Harmonies of #96E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E2CC

Black with #96E2CC

Text Example


Text Example

White with #96E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,226,204); }

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

background-color css

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

 a { background-color: rgb(150,226,204); }

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

border-color css

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

 span { border-color: rgb(150,226,204); }

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